✨ feat(ansible/caddy): Ajoute un reverse proxy pour datas.e-cosplay.fr et supprime une route obsolète.
This commit is contained in:
@@ -11,9 +11,6 @@ www.e-cosplay.fr {
|
||||
handle_path /ts.js {
|
||||
redir https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js
|
||||
}
|
||||
handle_path /datas {
|
||||
reverse_proxy http://localhost:27502
|
||||
}
|
||||
|
||||
header {
|
||||
-X-Robots-Tag
|
||||
@@ -28,6 +25,12 @@ www.e-cosplay.fr {
|
||||
env HTTP_PROXY ""
|
||||
}
|
||||
}
|
||||
datas.e-cosplay.fr {
|
||||
tls {
|
||||
dns cloudflare Kq_hpaH_ng-hAeGsJo6KhQb2TxYW1v6lRGE84aOR
|
||||
}
|
||||
reverse_proxy localhost:27502
|
||||
}
|
||||
|
||||
e-coslay.fr {
|
||||
tls {
|
||||
|
||||
Reference in New Issue
Block a user