corretto il dominio in caddy_proxy.md molly_socket.md

This commit is contained in:
piccihud 2024-04-07 15:15:43 +02:00
parent ae582ffb00
commit d6aac85bbf
2 changed files with 3 additions and 3 deletions

View File

@ -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
} }
``` ```

View File

@ -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
} }
``` ```