mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-14 14:02:23 +01:00
Updated Proxy examples (markdown)
parent
35a8764be5
commit
78dbe22c23
1 changed files with 6 additions and 6 deletions
|
@ -68,12 +68,12 @@ If you prefer, you can also directly specify a value instead of substituting an
|
||||||
# if you encounter issues.
|
# if you encounter issues.
|
||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
# Optionally only allow access to the admin interface from local networks
|
# Uncomment to allow access to the admin interface only from local networks
|
||||||
@insecureadmin {
|
# @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 @insecureadmin /
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue