Fix missing semicolon

This commit is contained in:
Wojciech Kozlowski 2019-11-14 22:50:26 +08:00
parent f1594392e1
commit 4f74256555

View File

@ -84,7 +84,7 @@ http {
#pagespeed off;
location / {
rewrite ^ /index.php
rewrite ^ /index.php;
}
location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)/ {