SFood/dev.Caddyfile

10 lines
217 B
Text
Raw Permalink Normal View History

2023-10-21 18:34:50 +02:00
http://localhost {
reverse_proxy /api/* http://sfood_api:80
reverse_proxy http://sfood_ui:44420
2023-10-21 18:34:50 +02:00
}
2023-10-21 21:38:47 +02:00
http://localhost:44420 {
header Access-Control-Allow-Origin "*"
reverse_proxy http://sfood_ui:44420
}