This commit is contained in:
Leon Vita 2022-11-24 02:00:27 +00:00
parent 65eba5ebf7
commit 80c8ed5a45
1 changed files with 3 additions and 3 deletions

View File

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