Switching master to PHP7

This commit is contained in:
Ric Harvey
2017-01-03 09:19:57 +00:00
parent 024ece2ce3
commit bc75013ac4
8 changed files with 73 additions and 64 deletions

View File

@@ -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;
}