update
This commit is contained in:
parent
19ce8f3af1
commit
85bcf9b867
File diff suppressed because one or more lines are too long
BIN
html/www.zip
BIN
html/www.zip
Binary file not shown.
|
|
@ -187,7 +187,7 @@ server {
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files \$uri \$uri/ =404;
|
||||||
}
|
}
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
include snippets/fastcgi-php.conf;
|
include snippets/fastcgi-php.conf;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue