Charan5775 commited on
Commit
a2e5c0f
·
verified ·
1 Parent(s): a0226ec

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -3,7 +3,7 @@ server {
3
  server_name localhost;
4
 
5
  # Backend API routes
6
- location /api/ {
7
  proxy_pass http://localhost:${UVICORN_PORT}/;
8
  proxy_set_header Host $host;
9
  proxy_set_header X-Real-IP $remote_addr;
 
3
  server_name localhost;
4
 
5
  # Backend API routes
6
+ location /pi/ {
7
  proxy_pass http://localhost:${UVICORN_PORT}/;
8
  proxy_set_header Host $host;
9
  proxy_set_header X-Real-IP $remote_addr;