mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix haproxy config
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
8cb1d413f8
commit
900ac1463b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ defaults
|
||||||
|
|
||||||
frontend http
|
frontend http
|
||||||
mode http
|
mode http
|
||||||
bind :2375
|
bind :::2375 v4v6
|
||||||
http-request deny unless { src 127.0.0.1 } || { src ::1 } || { src NC_IPV4_PLACEHOLDER } || { src NC_IPV6_PLACEHOLDER }
|
http-request deny unless { src 127.0.0.1 } || { src ::1 } || { src NC_IPV4_PLACEHOLDER } || { src NC_IPV6_PLACEHOLDER }
|
||||||
# container inspect: GET containers/%s/json
|
# container inspect: GET containers/%s/json
|
||||||
http-request allow if { path,url_dec -m reg -i ^(/v[\d\.]+)?/containers/nc_app_[a-zA-Z0-9_.-]+/json } METH_GET
|
http-request allow if { path,url_dec -m reg -i ^(/v[\d\.]+)?/containers/nc_app_[a-zA-Z0-9_.-]+/json } METH_GET
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue