corretto il dominio in caddy_proxy.md molly_socket.md
This commit is contained in:
parent
ae582ffb00
commit
d6aac85bbf
|
@ -103,13 +103,13 @@ https://ntfy.domain.com {
|
||||||
|
|
||||||
## Vaultwarden
|
## Vaultwarden
|
||||||
|
|
||||||
https://vault.dadocloud.ovh {
|
https://vault.domain.com {
|
||||||
reverse_proxy localhost:3003
|
reverse_proxy localhost:3003
|
||||||
}
|
}
|
||||||
|
|
||||||
## Molly-socket
|
## Molly-socket
|
||||||
|
|
||||||
https://molly.dadocloud.ovh {
|
https://molly.domain.com {
|
||||||
reverse_proxy / localhost:8020
|
reverse_proxy / localhost:8020
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -83,7 +83,7 @@ systemctl enable --now mollysocket
|
||||||
```bash
|
```bash
|
||||||
> cat /etc/caddy/Caddyfile
|
> cat /etc/caddy/Caddyfile
|
||||||
|
|
||||||
https://molly.dadocloud.ovh {
|
https://molly.domain.com {
|
||||||
reverse_proxy / localhost:8020
|
reverse_proxy / localhost:8020
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue