Skip to content

Commit

Permalink
backend_static
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-xx committed Nov 16, 2023
1 parent 508b8d9 commit 1c1ef5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infra/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ server {
location /media/ {
alias /media/;
}
location /backend_static/ {
alias backend_static/;
}
location /api_static/ {
alias api_static/;
}
location / {
alias /staticfiles/;
index index.html index.htm;
Expand Down

0 comments on commit 1c1ef5e

Please sign in to comment.