Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesmc52 committed Dec 24, 2021
1 parent e182a7b commit 5ef28d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/vhost.d/default
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
location /django-static/ {
alias /app/static/;
add_header Access-Control-Allow-Origin *;
proxy_pass http://backend:8000;
}

location /static/ {
Expand Down

0 comments on commit 5ef28d0

Please sign in to comment.