I have 2 nginx location blocks set up like following:
root /var/www/html/; location / { proxy_pass http://localhost:8000/; } location /something/ { al