✨ feat(caddy): Simplifie le handle path pour /datas pour proxy vers le backend.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user