Martin D 2017-10-18 05:52:45 -04:00 committed by GitHub
parent 2f4f601497
commit adfe275cde

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;