mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-28 12:49:21 -07:00
Adding placehorlder <SERVER> in Caddy 2.x config file
@@ -60,13 +60,13 @@ Caddy 2 can also automatically enable HTTPS in some circumstances, check the [do
|
|||||||
}
|
}
|
||||||
|
|
||||||
# The negotiation endpoint is also proxied to Rocket
|
# The negotiation endpoint is also proxied to Rocket
|
||||||
reverse_proxy /notifications/hub/negotiate bitwardenrs:80
|
reverse_proxy /notifications/hub/negotiate <SERVER>:80
|
||||||
|
|
||||||
# Notifications redirected to the websockets server
|
# Notifications redirected to the websockets server
|
||||||
reverse_proxy /notifications/hub bitwardenrs:3012
|
reverse_proxy /notifications/hub <SERVER>:3012
|
||||||
|
|
||||||
# Proxy the Root directory to Rocket
|
# Proxy the Root directory to Rocket
|
||||||
reverse_proxy bitwardenrs:80
|
reverse_proxy <SERVER>:80
|
||||||
}
|
}
|
||||||
|
|
||||||
#{env.DOMAIN}:443 {
|
#{env.DOMAIN}:443 {
|
||||||
@@ -99,13 +99,13 @@ Caddy 2 can also automatically enable HTTPS in some circumstances, check the [do
|
|||||||
# -Server
|
# -Server
|
||||||
# }
|
# }
|
||||||
# # The negotiation endpoint is also proxied to Rocket
|
# # The negotiation endpoint is also proxied to Rocket
|
||||||
# reverse_proxy /notifications/hub/negotiate bitwardenrs:80
|
# reverse_proxy /notifications/hub/negotiate <SERVER>:80
|
||||||
#
|
#
|
||||||
# # Notifications redirected to the websockets server
|
# # Notifications redirected to the websockets server
|
||||||
# reverse_proxy /notifications/hub bitwardenrs:3012
|
# reverse_proxy /notifications/hub <SERVER>:3012
|
||||||
#
|
#
|
||||||
# # Proxy the Root directory to Rocket
|
# # Proxy the Root directory to Rocket
|
||||||
# reverse_proxy bitwardenrs:80
|
# reverse_proxy <SERVER>:80
|
||||||
#}
|
#}
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user