mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
8 lines
170 B
Caddyfile
8 lines
170 B
Caddyfile
|
|
:3000 {
|
||
|
|
# Reverse proxy for /api
|
||
|
|
reverse_proxy /api/* http://localhost:8080
|
||
|
|
|
||
|
|
# Reverse proxy for all other requests
|
||
|
|
reverse_proxy http://localhost:3333
|
||
|
|
}
|