This commit is contained in:
Leon Vita 2022-11-22 23:27:40 +00:00
parent 056276a579
commit 50d29f7af3
1 changed files with 1 additions and 3 deletions

View File

@ -198,7 +198,6 @@ networking.wireguard.interfaces = {
services.nginx = {
enable = true;
virtualHosts."bicospacetech.c3d2.de" = {
# default = true;
forceSSL = true;
enableACME = true;
locations."/" = {
@ -210,10 +209,9 @@ networking.wireguard.interfaces = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://45.158.40.162:8080";
proxyPass = "http://10.10.11.2:2500";
proxyWebsockets = true;
};
};
};
#-----------------------------ngin-X--------------------------------