[mod]
This commit is contained in:
parent
7c8527079a
commit
947ca10d23
1 changed files with 2 additions and 2 deletions
|
@ -93,13 +93,13 @@ quodatum.duckdns.org {
|
||||||
encode gzip
|
encode gzip
|
||||||
|
|
||||||
# The negotiation endpoint is also proxied to Rocket
|
# 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
|
# Notifications redirected to the websockets server
|
||||||
reverse_proxy /notifications/hub 0.0.0.0:3012
|
reverse_proxy /notifications/hub 0.0.0.0:3012
|
||||||
|
|
||||||
# Send all other traffic to the regular Vaultwarden endpoint
|
# 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
|
@nextcloud host nextcloud.quodatum.duckdns.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue