Switching master to PHP7
This commit is contained in:
@@ -22,7 +22,7 @@ server {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
error_page 404 /404.html;
|
||||
location = /404.html {
|
||||
root /var/www/errors;
|
||||
internal;
|
||||
@@ -60,8 +60,8 @@ server {
|
||||
log_not_found off;
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ^~ /.well-known {
|
||||
|
||||
location ^~ /.well-known {
|
||||
allow all;
|
||||
auth_basic off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user