We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003881c commit 4536fabCopy full SHA for 4536fab
frontend/nginx.conf
@@ -9,6 +9,7 @@ server {
9
}
10
11
location /api/ {
12
+ rewrite ^/api/(.*)$ /$1 break;
13
proxy_pass http://backend:3000;
14
proxy_http_version 1.1;
15
proxy_set_header Host $host;
0 commit comments