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}" = {
root = app.package;
locations."/" = {
tryFiles = "$uri/index.html $uri $uri/ /index.php?$query_string;";
tryFiles = "$uri/index.html $uri $uri/ /index.php?$query_string";
};
# fast cgi conf
locations."~ [^/]\\.php(/|$)" = {