module(wp): remove extra ;

This commit is contained in:
Raito Bezarius 2021-11-22 23:08:06 +01:00
parent 1c0b72c1e7
commit 1a9934e20f

View file

@ -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(/|$)" = {