Fix missing semicolon
This commit is contained in:
parent
f1594392e1
commit
4f74256555
@ -84,7 +84,7 @@ http {
|
||||
#pagespeed off;
|
||||
|
||||
location / {
|
||||
rewrite ^ /index.php
|
||||
rewrite ^ /index.php;
|
||||
}
|
||||
|
||||
location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)/ {
|
||||
|
Reference in New Issue
Block a user