1
0
Fork 0

nixos disable proxy buffering

This commit is contained in:
Malte Brandy 2020-12-11 20:53:38 +01:00
parent 445968af0c
commit d486fda627
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -149,7 +149,7 @@ in {
locations = {
"/" = {
proxyPass = "http://cloud";
extraConfig = "proxy_set_header Host $host;";
extraConfig = "proxy_set_header Host $host; proxy_buffering off;";
};
"^~ /.well-known" = {
priority = 210;
@ -171,7 +171,7 @@ in {
locations = {
"/" = {
proxyPass = "http://chor-cloud";
extraConfig = "proxy_set_header Host $host;";
extraConfig = "proxy_set_header Host $host; proxy_buffering off;";
};
"^~ /.well-known" = {
priority = 210;