diff --git a/nginx.conf b/nginx.conf index 14ef156..7cb8e49 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;