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

Nginx-HA change, even if it's not working yet...

This commit is contained in:
Ycarus 2018-06-27 20:41:57 +02:00
parent a02ef92c5d
commit 7d931c6e17
2 changed files with 47 additions and 20 deletions

View file

@ -50,10 +50,7 @@ start_instance() {
server {
listen ${listen:-0.0.0.0:6666} udp;
proxy_pass ${1};
}
server {
listen ${listen:-0.0.0.0:6666};
listen ${listen:-0.0.0.0:6666} so_keepalive=off;
proxy_pass ${1};
}
"