Generate your config file

Insert all information below to generate your config file.

server {
    server_name ;
    location / {
        proxy_pass http://localhost:;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
    }
}
shapeshape