Cleaned up old comments
This commit is contained in:
parent
c4411447bb
commit
629e6b7acc
1 changed files with 37 additions and 27 deletions
|
@ -60,33 +60,43 @@ networking.firewall = {
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# "search.wastring.com" = {
|
"drive.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:8060";
|
proxyPass = "http://172.17.0.1:3001";
|
||||||
# proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# "docs.wastring.com" = {
|
|
||||||
# sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
|
"sandbox.wastring.com" = {
|
||||||
# sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
|
sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
|
||||||
# forceSSL = true;
|
sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
|
||||||
# locations."/" = {
|
forceSSL = true;
|
||||||
# proxyPass = "http://172.17.0.1:8003";
|
locations."/" = {
|
||||||
# proxyWebsockets = true;
|
proxyPass = "http://172.17.0.1:3001";
|
||||||
# };
|
proxyWebsockets = true;
|
||||||
# };
|
};
|
||||||
# "wastring.com" = {
|
};
|
||||||
# sslCertificateKey = "/home/fw/.lego/certificates/wastring.com.key";
|
"files.wastring.com" = {
|
||||||
# sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
|
sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
|
||||||
# forceSSL = true;
|
sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
|
||||||
# locations."/" = {
|
forceSSL = true;
|
||||||
# proxyPass = "http://172.17.0.1:2283";
|
locations."/" = {
|
||||||
# proxyWebsockets = true;
|
proxyPass = "http://172.17.0.1:3923";
|
||||||
# };
|
proxyWebsockets = true;
|
||||||
# };
|
};
|
||||||
|
};
|
||||||
|
"ftp.wastring.com" = {
|
||||||
|
sslCertificateKey = "/certs/.lego/certificates/wastring.com.key";
|
||||||
|
sslCertificate = "/certs/.lego/certificates/wastring.com.crt";
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://172.17.0.1:3921";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue