1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix nginx HA startup

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-28 14:46:01 +02:00
parent 00b4ff906d
commit d054fd8423

View file

@ -52,7 +52,6 @@ start_instance() {
listen ${listen:-0.0.0.0:6666} udp;
listen ${listen:-0.0.0.0:6666} so_keepalive=off;
proxy_pass ${1};
proxy_buffering off;
}
"
}