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:
parent
a02ef92c5d
commit
7d931c6e17
2 changed files with 47 additions and 20 deletions
|
@ -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};
|
||||
}
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue