forked from DGNum/infrastructure
fix(pads): better configuration of reverse proxy
This commit is contained in:
parent
f733548174
commit
8bfa7ede84
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ in {
|
|||
host = "127.0.0.1";
|
||||
allowOrigin = [ host ];
|
||||
|
||||
protocolUseSSL = true;
|
||||
|
||||
allowFreeURL = true;
|
||||
|
||||
db = {
|
||||
|
|
Loading…
Reference in a new issue