Add HTTPS option for proxy

This commit is contained in:
2024-07-05 04:32:44 +00:00
parent 77eea0312d
commit 719cfcfb9d
+2
View File
@@ -117,6 +117,8 @@ in {
};
virtualHosts."proxy.sdg.moe" = {
enableACME = true;
addSSL = true;
locations."/" = {
proxyPass = "http://localhost:5000";
proxyWebsockets = true;