We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f16b8 commit 90251b4Copy full SHA for 90251b4
nginx.conf
@@ -6,4 +6,7 @@ server {
6
location / {
7
try_files $uri /index.html;
8
}
9
+ location /api/ {
10
+ proxy_pass http://backend:3000;
11
+ }
12
0 commit comments