mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-26 11:49:21 -07:00
Variable rename
@@ -69,11 +69,11 @@ If you prefer, you can also directly specify a value instead of substituting an
|
|||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
# Optionally only allow access to the admin interface from local networks
|
# Optionally only allow access to the admin interface from local networks
|
||||||
@secureadmin {
|
@insecureadmin {
|
||||||
not remote_ip 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8
|
not remote_ip 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8
|
||||||
path /admin*
|
path /admin*
|
||||||
}
|
}
|
||||||
redir @secureadmin /
|
redir @insecureadmin /
|
||||||
|
|
||||||
# Notifications redirected to the websockets server
|
# Notifications redirected to the websockets server
|
||||||
reverse_proxy /notifications/hub <SERVER>:3012
|
reverse_proxy /notifications/hub <SERVER>:3012
|
||||||
|
|||||||
Reference in New Issue
Block a user