Skip to content

Commit

Permalink
Fix backend and gateway issues4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Bodreev committed Feb 10, 2025
1 parent a8f2c77 commit 07fc9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ server {

# (Django Admin, frontend)
location /static/ {
alias /static/;
alias /app/static/;
}

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

# proxy frontend (if SPA)
Expand Down

0 comments on commit 07fc9e0

Please sign in to comment.