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

Try to use less memory

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-31 19:12:04 +02:00
parent ebbd43578e
commit 428a1de400

View file

@ -52,6 +52,7 @@ 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;
}
"
}