Skip to content

Commit

Permalink
config: Commented out root location in custom-nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Feb 7, 2024
1 parent b227675 commit 65456bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx/custom-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/ {
Expand Down

0 comments on commit 65456bd

Please sign in to comment.