location /olivetin/ { proxy_pass http://localhost:1337/; proxy_redirect http://localhost:1337/ http://localhost/olivetin/; } location /olivetin/websocket { proxy_set_header Upgrade "websocket"; proxy_set_header Connection "upgrade"; proxy_pass http://localhost:1337/websocket; }