Tandoor: Fix nginx 405.
This commit is contained in:
parent
565a985581
commit
cd68dce884
|
@ -7,6 +7,7 @@ in
|
|||
inherit (cfg) sslCertificate sslCertificateKey extraConfig;
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:33122$request_uri";
|
||||
recommendedProxySettings = false;
|
||||
extraConfig =
|
||||
cfg.allowLocal
|
||||
+ ''
|
||||
|
|
Loading…
Reference in a new issue