feat(caddy): Simplifie le handle path pour /datas pour proxy vers le backend.

This commit is contained in:
Serreau Jovann
2025-11-17 10:40:48 +01:00
parent dc9738366d
commit 8a8df12a7e

View File

@@ -11,7 +11,7 @@ www.e-cosplay.fr {
handle_path /ts.js {
redir https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js
}
handle_path /datas/* {
handle_path /datas {
reverse_proxy http://localhost:27502
}