nginx config: fix space in try_files

This commit is contained in:
RealRancor
2016-01-07 11:00:56 +01:00
parent 8db62274fb
commit 333bb393d7

View File

@@ -93,7 +93,7 @@ Nginx Configuration
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
try_files $uri $uri/ = 404;
try_files $uri $uri/ =404;
}
location ~ \.php(?:$|/) {