From 50dd0ef901b287c61274faa10952a34417976827 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Tue, 24 Oct 2023 12:27:03 +0200 Subject: [PATCH] i don't think the tilde dir thing is happening --- hosts/lucent-firepit/webapps/default.nix | 11 ----------- 1 file changed, 11 deletions(-) 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;