mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove startup delay and rename config of Nginx-ha
This commit is contained in:
parent
5f882b75ae
commit
b82d337a68
3 changed files with 7 additions and 25 deletions
|
@ -1,16 +1,14 @@
|
|||
|
||||
config general 'ShadowSocks'
|
||||
config nginxha 'ShadowSocks'
|
||||
option enable '0'
|
||||
option retries '1'
|
||||
option timeout '1000'
|
||||
option listen '0.0.0.0:65101'
|
||||
option startup_delay '5'
|
||||
list upstreams '1.2.3.4:65101 weight=1 max_fails=3 fail_timeout=30s'
|
||||
|
||||
config general 'VPN'
|
||||
config nginxha 'VPN'
|
||||
option enable '0'
|
||||
option retries '1'
|
||||
option timeout '1000'
|
||||
option listen '0.0.0.0:65001'
|
||||
option startup_delay '5'
|
||||
list upstreams '1.2.3.4:65001 weight=1 max_fails=3 fail_timeout=30s'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue