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