Fix default nginx configuration.
This commit is contained in:
parent
f27aa15c20
commit
ac62add5ae
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ server
|
|||
|
||||
location /
|
||||
{
|
||||
try_files $uri /proxy.php?$query_string;
|
||||
try_files /proxy.php =404;
|
||||
}
|
||||
|
||||
location ~ \.php$
|
||||
|
|
Loading…
Reference in a new issue