all locations of my rest api for example : domain.com/api/login, domain.com/api/user all the request on /api/* should go my rest api. my current location config
location /api {
proxy_pass http://localhost:3333;
Can anyone help ?
location ~ ^/api/[0-9a-z]+$ { ... }
Обсуждают сегодня