🎉 初始化项目
This commit is contained in:
21
web-app/default/public/error/host-not-allowed.html
Normal file
21
web-app/default/public/error/host-not-allowed.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Forbidden</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Forbidden</h1>
|
||||
<p>
|
||||
If you are the system administrator, add the hostname you are accessing from to the
|
||||
host whitelist, or disable host whitelisting in the
|
||||
<code>config.yaml</code> file located in the root directory of your installation.
|
||||
</p>
|
||||
<hr />
|
||||
<p>
|
||||
<em>Access from this host is not allowed. This attempt has been logged.</em>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user