diff --git a/nginx/custom-nginx.conf b/nginx/custom-nginx.conf index 27539af14..5f77db9ec 100644 --- a/nginx/custom-nginx.conf +++ b/nginx/custom-nginx.conf @@ -2,10 +2,10 @@ server { listen 80; # Serve frontend files for root requests - location / { - root /usr/share/nginx/html; - try_files $uri $uri/ /index.html; - } + # location / { + # root /usr/share/nginx/html; + # try_files $uri $uri/ /index.html; + # } # Serve static files from the Django app location /django_static/ {