VyoJ commited on
Commit
cd99377
·
verified ·
1 Parent(s): 7d37709

Upload nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -34,7 +34,7 @@ http {
34
  listen 7860;
35
  server_name localhost;
36
 
37
- root /app/static;
38
  index index.html;
39
 
40
  # API endpoints proxy to Python backend
 
34
  listen 7860;
35
  server_name localhost;
36
 
37
+ root /home/user/app/static;
38
  index index.html;
39
 
40
  # API endpoints proxy to Python backend