Skip to content

Instantly share code, notes, and snippets.

# Add this to your nginx.conf under http { }
server {
listen 843;
server_name localhost;
location / {
proxy_pass http://127.0.0.1:8843;
proxy_http_version 1.0 ;
}