Skip to content

Commit

Permalink
Merge branch 'masterbackup'
Browse files Browse the repository at this point in the history
  • Loading branch information
Waztom committed Jul 31, 2023
2 parents 422e5d0 + b23eab9 commit 5a77a55
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions django_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,22 @@ server {
proxy_pass http://unix:/code/django_app.sock;
uwsgi_read_timeout 1000s;
}
# CAR images
location /reactionimages/ {
alias /code/media/reactionimages/;
internal;
}
location /targetimages/ {
alias /code/media/targetimages/;
internal;
}
location /productimages/ {
alias /code/media/productimages/;
internal;
}
# CAR files
location /otbatchprotocols/ {
alias /code/media/otbatchprotocols/;
internal;
}
}

0 comments on commit 5a77a55

Please sign in to comment.