mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-04 06:24:58 -06:00
provide hint about Caddy sub-path reverse_proxy configuration
parent
755c0c7dce
commit
e65fb5c9f9
@ -64,6 +64,8 @@ If you prefer, you can also directly specify a value instead of substituting an
|
||||
reverse_proxy /notifications/hub <SERVER>:3012
|
||||
|
||||
# Proxy everything else to Rocket
|
||||
# if located at a sub-path the reverse_proxy line will look like:
|
||||
# reverse_proxy /subpath/* <SERVER>:80
|
||||
reverse_proxy <SERVER>:80 {
|
||||
# Send the true remote IP to Rocket, so that vaultwarden can put this in the
|
||||
# log, so that fail2ban can ban the correct IP.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user