Andreas Neustifter 2018-06-28 19:15:06 +00:00
parent 79a8320fed
commit 6a85b34504
1 changed files with 1 additions and 3 deletions

View File

@ -84,9 +84,7 @@ server {
# rewrite to front controller as default rule
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?pagename=$1;
}
try_file $uri /index.php?pagename=$uri&$args;
}
# make sure webfinger and other well known services aren't blocked