Upload nginx.conf
Browse files- 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
|