leon #90

Merged
astro merged 32 commits from :leon into master 2022-11-25 23:07:20 +01:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 08c7664625 - Show all commits

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--------------------------------