This commit is contained in:
Leon Vita 2022-11-24 02:04:18 +00:00
parent aa607866d1
commit 82c6de7b9d
1 changed files with 2 additions and 2 deletions

View File

@ -207,9 +207,9 @@ networking.wireguard.interfaces = {
virtualHosts."cloud.bicospacetech.c3d2.de" = {
forceSSL = true;
enableACME = true;
root = "/home/html";
index = "index.html";
locations."/" = {
root = "/home/html";
index = "index.html";
#proxyPass = "http://10.10.11.2:2500";
proxyWebsockets = true;
};