mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
8 lines
170 B
Text
8 lines
170 B
Text
|
:3000 {
|
||
|
# Reverse proxy for /api
|
||
|
reverse_proxy /api/* http://localhost:8080
|
||
|
|
||
|
# Reverse proxy for all other requests
|
||
|
reverse_proxy http://localhost:3333
|
||
|
}
|