change website to www and reenable it

This commit is contained in:
Leon Vatthauer 2024-05-08 11:09:23 +02:00
parent 1fd4e939a1
commit deca1f5881
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8
2 changed files with 6 additions and 6 deletions

View file

@ -5,6 +5,6 @@
"bitwarden.vatthauer.xyz".email = "leonvatthauer@outlook.com"; "bitwarden.vatthauer.xyz".email = "leonvatthauer@outlook.com";
"video.vatthauer.xyz".email = "leonvatthauer@outlook.com"; "video.vatthauer.xyz".email = "leonvatthauer@outlook.com";
"files.vatthauer.xyz".email = "leonvatthauer@outlook.com"; "files.vatthauer.xyz".email = "leonvatthauer@outlook.com";
#"vatthauer.xyz".email = "leonvatthauer@outlook.com"; "www.vatthauer.xyz".email = "leonvatthauer@outlook.com";
}; };
} }

View file

@ -31,11 +31,11 @@
proxyPass = "http://localhost:8096"; proxyPass = "http://localhost:8096";
}; };
}; };
#services.nginx.virtualHosts."vatthauer.xyz" = { services.nginx.virtualHosts."www.vatthauer.xyz" = {
# forceSSL = true; forceSSL = true;
# enableACME = true; enableACME = true;
# root = pkgs.callPackage ./resumee-website.nix {}; root = pkgs.callPackage ./resumee-website.nix {};
#}; };
services.nginx.virtualHosts."files.vatthauer.xyz" = { services.nginx.virtualHosts."files.vatthauer.xyz" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;