Removed new nginx entry; fixed mautrix discord

This commit is contained in:
2026-06-16 15:54:09 +02:00
parent 9c3cb1f360
commit 297589362f
2 changed files with 83 additions and 71 deletions
+10 -10
View File
@@ -74,16 +74,16 @@ in
"calvin.cyperpunk.de" = mkWsProxy 15006;
"auth.cyperpunk.de" = mkHttpsProxy 8444;
"home.cyperpunk.de" = {
forceSSL = true;
enableACME = true;
locations."/" = {
root = "/var/www/home.cyperpunk.de";
extraConfig = ''
try_files $uri $uri/ =404;
'';
};
};
#"home.cyperpunk.de" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# root = "/var/www/home.cyperpunk.de";
# extraConfig = ''
# try_files $uri $uri/ =404;
# '';
# };
#};
"www.cyperpunk.de" = {
forceSSL = true;