Added more domains
This commit is contained in:
parent
54d57d1424
commit
9834600e55
1 changed files with 27 additions and 27 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue