mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Update caddy examples for websockets over port 80 (v1.29.0)
parent
5592a19029
commit
dfd9a21363
@ -58,10 +58,7 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
||||
# if you encounter issues.
|
||||
encode gzip
|
||||
|
||||
# Notifications redirected to the WebSocket server
|
||||
reverse_proxy /notifications/hub vaultwarden:3012
|
||||
|
||||
# Proxy everything else to Rocket
|
||||
# Proxy everything Rocket
|
||||
reverse_proxy vaultwarden: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.
|
||||
@ -145,10 +142,7 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
||||
# if you encounter issues.
|
||||
encode gzip
|
||||
|
||||
# Notifications redirected to the WebSocket server
|
||||
reverse_proxy /notifications/hub vaultwarden:3012
|
||||
|
||||
# Proxy everything else to Rocket
|
||||
# Proxy everything to Rocket
|
||||
reverse_proxy vaultwarden:80
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user