mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
move proxy_buffering off;
This commit is contained in:
parent
a7aa17e2fc
commit
4f73cb9b6d
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,6 @@ location ^~ /boinc/ {
|
|||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
proxy_buffering off;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app boinc;
|
||||
set $upstream_port 8080;
|
||||
|
@ -25,4 +24,5 @@ location ^~ /boinc/ {
|
|||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
rewrite /boinc(.*) $1 break;
|
||||
}
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue