mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
move proxy_buffering off;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user