Skip to content

Commit

Permalink
Fix backend and gateway issues5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Bodreev committed Feb 10, 2025
1 parent 07fc9e0 commit a8fedae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ server {
# (Django Admin, frontend)
location /static/ {
alias /app/static/;
autoindex on;
}

# users uploads
location /media/ {
alias /app/media/;
autoindex on;
}

# proxy frontend (if SPA)
Expand Down

0 comments on commit a8fedae

Please sign in to comment.