This commit is contained in:
Andy Bunce 2023-06-13 17:18:45 +01:00
parent 7c8527079a
commit 947ca10d23
1 changed files with 2 additions and 2 deletions

View File

@ -93,13 +93,13 @@ quodatum.duckdns.org {
encode gzip
# The negotiation endpoint is also proxied to Rocket
reverse_proxy /notifications/hub/negotiate 0.0.0.0:8882
reverse_proxy /notifications/hub/negotiate 0.0.0.0:80
# Notifications redirected to the websockets server
reverse_proxy /notifications/hub 0.0.0.0:3012
# Send all other traffic to the regular Vaultwarden endpoint
reverse_proxy 0.0.0.0:8882
reverse_proxy 0.0.0.0:80
}
@nextcloud host nextcloud.quodatum.duckdns.org