Switching master to PHP7
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user