public-cof: fix docs.beta.rz.ens.wtf
This commit is contained in:
parent
9a24316300
commit
9c006a3519
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue