mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
provide hint about Caddy sub-path reverse_proxy configuration
parent
755c0c7dce
commit
e65fb5c9f9
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue