mirror of
https://github.com/BZmHackTeam/BezpiecznaZywnosc
synced 2024-11-09 20:44:15 +01:00
9 lines
217 B
Caddyfile
9 lines
217 B
Caddyfile
http://localhost {
|
|
reverse_proxy /api/* http://sfood_api:80
|
|
reverse_proxy http://sfood_ui:44420
|
|
}
|
|
|
|
http://localhost:44420 {
|
|
header Access-Control-Allow-Origin "*"
|
|
reverse_proxy http://sfood_ui:44420
|
|
}
|