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

@@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl ipv6only=on; ## listen for ipv6
listen [::]:443 ssl ipv6only=on; ## listen for ipv6
root /var/www/html;
index index.php index.html index.htm;
@@ -29,7 +29,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;
@@ -67,8 +67,8 @@ server {
log_not_found off;
deny all;
}
location ^~ /.well-known {
location ^~ /.well-known {
allow all;
auth_basic off;
}