mirror of
https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt.git
synced 2026-07-12 15:32:19 +00:00
8 lines
190 B
Caddyfile
8 lines
190 B
Caddyfile
localhost {
|
|
# Route all API requests to Laravel backend
|
|
reverse_proxy /api/* 127.0.0.1:8000
|
|
|
|
# Route everything else to development server
|
|
reverse_proxy * 127.0.0.1:5173
|
|
}
|
|
|