feat: rewrite for nzbget
- required for consul health check to work
This commit is contained in:
parent
348f2dfca3
commit
93ab2bebc3
@ -33,6 +33,11 @@ nginx::client_max_body_size: 20M
|
|||||||
ldap_binddn: 'cn=svc_nzbget,ou=services,ou=users,dc=main,dc=unkin,dc=net'
|
ldap_binddn: 'cn=svc_nzbget,ou=services,ou=users,dc=main,dc=unkin,dc=net'
|
||||||
ldap_template: '(&(uid=%(username)s)(memberOf=ou=nzbget_access,ou=groups,dc=main,dc=unkin,dc=net))'
|
ldap_template: '(&(uid=%(username)s)(memberOf=ou=nzbget_access,ou=groups,dc=main,dc=unkin,dc=net))'
|
||||||
|
|
||||||
|
profiles::nginx::simpleproxy::locations:
|
||||||
|
arrstack_web_healthcheck:
|
||||||
|
location_cfg_append:
|
||||||
|
rewrite: '/consul/health / break'
|
||||||
|
|
||||||
# configure consul service
|
# configure consul service
|
||||||
consul::services:
|
consul::services:
|
||||||
nzbget:
|
nzbget:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user