diff --git a/hosts/lucent-firepit/webapps/default.nix b/hosts/lucent-firepit/webapps/default.nix index fc1165e..47a5da8 100644 --- a/hosts/lucent-firepit/webapps/default.nix +++ b/hosts/lucent-firepit/webapps/default.nix @@ -167,17 +167,6 @@ in { }; }; - # https://www.edwinwenink.xyz/posts/47-tilde_server/ - # todo: fix this - "dark-firepit.cloud" = { - locations."~ ^/~([^/\\s]+?)(/[^\\s]*)?$".extraConfig = '' - add_header X-debug-message "/home/$1/www$2" always; - alias /home/$1/www$2; - index index.html index.htm; - autoindex on; - ''; - }; - #"git.oat.zone" = { # forceSSL = true; # enableACME = true;