server { location /static { #autoindex on; alias /usr/share/nginx/html/; } location / { proxy_pass http://web:8000; proxy_set_header Host $host; } access_log syslog; error_log stderr warn; }