module(wp): remove extra ;
This commit is contained in:
parent
1c0b72c1e7
commit
1a9934e20f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ in {
|
||||||
virtualHosts."${cfg.domain}" = {
|
virtualHosts."${cfg.domain}" = {
|
||||||
root = app.package;
|
root = app.package;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
tryFiles = "$uri/index.html $uri $uri/ /index.php?$query_string;";
|
tryFiles = "$uri/index.html $uri $uri/ /index.php?$query_string";
|
||||||
};
|
};
|
||||||
# fast cgi conf
|
# fast cgi conf
|
||||||
locations."~ [^/]\\.php(/|$)" = {
|
locations."~ [^/]\\.php(/|$)" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue