1
0
mirror of https://git.oat.zone/dark-firepit/dotfiles synced 2024-11-22 17:01:57 +01:00

domain name change cleanup

This commit is contained in:
Jill "oatmealine" Monoids 2022-11-20 04:56:13 +01:00
parent a627cd3242
commit 389bf9c1fc

@ -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;