domain name change cleanup

This commit is contained in:
Jill 2022-11-20 04:56:13 +01:00
parent a627cd3242
commit 389bf9c1fc
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ in {
};
# https://www.edwinwenink.xyz/posts/47-tilde_server/
services.nginx.virtualHosts."dark-firepit.dev" = {
services.nginx.virtualHosts."dark-firepit.cloud" = {
locations."~ ^/~([^/\\s]+?)(/[^\\s]*)?$".extraConfig = ''
add_header X-debug-message "/home/$1/www$2" always;
alias /home/$1/www$2;