| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
| 5 | <title>Forbidden</title> |
| 6 | </head> |
| 7 | |
| 8 | <body> |
| 9 | <h1>Forbidden</h1> |
| 10 | <p> |
| 11 | If you are the system administrator, add the hostname you are accessing from to the |
| 12 | host whitelist, or disable host whitelisting in the |
| 13 | <code>config.yaml</code> file located in the root directory of your installation. |
| 14 | </p> |
| 15 | <hr /> |
| 16 | <p> |
| 17 | <em>Access from this host is not allowed. This attempt has been logged.</em> |
| 18 | </p> |
| 19 | </body> |
| 20 | |
| 21 | </html> |