Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 157 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 157 Bytes

nginx routing

Testing nginx routing based on url

Routing rules:

/static/static.txt -> static

/api/api1 -> app1 /api/api1

/api/api2 -> app2 /api/api2