mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-24 10:49:20 -07:00
Update Caddy example
@@ -28,8 +28,8 @@ Caddy can also automatically enable HTTPS in some circumstances, check the [docs
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Caddy v2
|
## Caddy 2
|
||||||
Caddy v2 can also automatically enable HTTPS in some circumstances, check the [docs](https://caddyserver.com/docs/automatic-https).
|
Caddy 2 can also automatically enable HTTPS in some circumstances, check the [docs](https://caddyserver.com/docs/automatic-https).
|
||||||
```nginx
|
```nginx
|
||||||
:443 {
|
:443 {
|
||||||
tls ${SSLCERTIFICATE} ${SSLKEY}
|
tls ${SSLCERTIFICATE} ${SSLKEY}
|
||||||
@@ -42,7 +42,7 @@ Caddy v2 can also automatically enable HTTPS in some circumstances, check the [d
|
|||||||
reverse_proxy /notifications/hub <SERVER>:3012
|
reverse_proxy /notifications/hub <SERVER>:3012
|
||||||
|
|
||||||
# Proxy the Root directory to Rocket
|
# Proxy the Root directory to Rocket
|
||||||
reverse_proxy / <SERVER>:80
|
reverse_proxy <SERVER>:80
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user