0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00

provide hint about Caddy sub-path reverse_proxy configuration

Jim Tittsler 2022-12-29 21:23:12 +09:00
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.