This commit is contained in:
Leon Vita 2022-11-24 01:44:34 +00:00
parent f1203f33df
commit 4a1ac9dc9d
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ networking.wireguard.interfaces = {
forceSSL = true;
enableACME = true;
locations."/home" = {
index dude.html;
index = dude.html;
proxyPass = "http://10.10.11.2:2500";
proxyWebsockets = true;
};