Skip to content

Instantly share code, notes, and snippets.

View lucascoelhosi's full-sized avatar
🏠
Working from home

Lucas Coelho lucascoelhosi

🏠
Working from home
  • Picos PI
View GitHub Profile
server {
server_name testdeploy.rocketseat.com.br;
location / {
proxy_pass http://127.0.0.1:3333;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;