use correct regex for the reverse proxy
This commit is contained in:
@ -13,7 +13,7 @@ server {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
location ~* ^/(api/|token) {
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user