This commit is contained in:
Leon Vita 2022-11-22 23:51:09 +00:00
parent 45d40e1e1b
commit 08c7664625
1 changed files with 10 additions and 0 deletions

View File

@ -213,6 +213,16 @@ networking.wireguard.interfaces = {
proxyWebsockets = true;
};
};
virtualHosts."portainer.netlab.ly" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.10.11.60:9000";
proxyWebsockets = true;
};
};
};
#-----------------------------ngin-X--------------------------------