mirror of
https://github.com/zoriya/flake.git
synced 2026-06-09 05:05:00 +00:00
Add HTTPS option for proxy
This commit is contained in:
@@ -117,6 +117,8 @@ in {
|
||||
};
|
||||
|
||||
virtualHosts."proxy.sdg.moe" = {
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:5000";
|
||||
proxyWebsockets = true;
|
||||
|
||||
Reference in New Issue
Block a user