Merge pull request #7494 from martinduparc/patch-6

Small fix to nginx.conf
This commit is contained in:
Daniel Hensby 2017-10-18 15:30:48 +01:00 committed by GitHub
commit a98782bb99
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ But enough of the disclaimer, on to the actual configuration — typically in `n
}
location / {
try_files $uri index.php?$query_string;
try_files $uri /index.php?$query_string;
}
error_page 404 /assets/error-404.html;