Added more domains

This commit is contained in:
FredzyW 2024-05-21 09:42:50 +02:00
parent 54d57d1424
commit 9834600e55

View file

@ -33,33 +33,33 @@ networking.firewall = {
# proxyWebsockets = true; # proxyWebsockets = true;
# }; # };
# }; # };
# "cal.wastring.com" = { "cal.wastring.com" = {
# sslCertificateKey = "/certs/.lego/certificates/wastring.com.key"; sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
# sslCertificate = "/certs/.lego/certificates/wastring.com.crt"; sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
# forceSSL = true; forceSSL = true;
# locations."/" = { locations."/" = {
# proxyPass = "http://172.17.0.1:5232"; proxyPass = "http://172.17.0.1:5232";
# proxyWebsockets = true; proxyWebsockets = true;
# }; };
# }; };
# "warden.wastring.com" = { "pass.wastring.com" = {
# sslCertificateKey = "/certs/.lego/certificates/wastring.com.key"; sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
# sslCertificate = "/certs/.lego/certificates/wastring.com.crt"; sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
# forceSSL = true; forceSSL = true;
# locations."/" = { locations."/" = {
# proxyPass = "http://172.17.0.1:8083"; proxyPass = "http://172.24.0.1:9445";
# proxyWebsockets = true; proxyWebsockets = true;
# }; };
# }; };
# "home.wastring.com" = { "home.wastring.com" = {
# sslCertificateKey = "/certs/.lego/certificates/wastring.com.key"; sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
# sslCertificate = "/certs/.lego/certificates/wastring.com.crt"; sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
# forceSSL = true; forceSSL = true;
# locations."/" = { locations."/" = {
# proxyPass = "http://172.17.0.1:8085"; proxyPass = "http://172.17.0.1:8081";
# proxyWebsockets = true; proxyWebsockets = true;
# }; };
# }; };
# "search.wastring.com" = { # "search.wastring.com" = {
# sslCertificateKey = "/certs/.lego/certificates/wastring.com.key"; # sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
# sslCertificate = "/certs/.lego/certificates/wastring.com.crt"; # sslCertificate = "/certs/.lego/certificates/wastring.com.crt";