public-cof: fix docs.beta.rz.ens.wtf

This commit is contained in:
Raito Bezarius 2022-09-13 18:49:49 +02:00
parent 9a24316300
commit 9c006a3519

View file

@ -9,7 +9,7 @@ in
protocolUseSSL = true;
# scp =; # TODO
domain = "docs.beta.rz.ens.wtf";
host = "[::1]";
host = "127.0.0.1";
port = port;
db = {
dialect = "sqlite";
@ -25,7 +25,7 @@ in
enableACME = true;
locations = {
"/" = {
proxyPass = "http://[::1]:${toString port}";
proxyPass = "http://127.0.0.1:${toString port}";
proxyWebsockets = true;
};
};