Skip to content

Commit

Permalink
Reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
vincue authored Aug 17, 2021
1 parent c540617 commit 3b3e9f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location /static {
proxy_pass http://127.0.0.1:8000;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location / {
root /usr/share/nginx/html;
index index.html index.htm;
Expand Down

0 comments on commit 3b3e9f9

Please sign in to comment.