Fix Wordpress

This commit is contained in:
Adrian Heine 2019-12-27 11:16:16 +01:00
parent 0d44c9c2b1
commit 2b786a2175

View file

@ -165,9 +165,9 @@ env[PATH] = /usr/local/bin:/usr/bin:/bin
root_dir, root_dir,
10, 10,
" "
location / {{ location / {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
}} }
", ",
) )
} }