diff options
Diffstat (limited to '1systems/tv/wu.nix')
-rw-r--r-- | 1systems/tv/wu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 572416b33..d64f1bf0b 100644 --- a/1systems/tv/wu.nix +++ b/1systems/tv/wu.nix @@ -133,7 +133,7 @@ with lib; imports = [ ../../3modules/tv/nginx.nix ]; tv.nginx = { enable = true; - retiolum-locations = [ + servers.default.locations = [ (nameValuePair "~ ^/~(.+?)(/.*)?\$" '' alias /home/$1/public_html$2; '') |