Skip to content

Instantly share code, notes, and snippets.

View gustavo-amaro's full-sized avatar
😄
Focusing

Gustavo Amaro gustavo-amaro

😄
Focusing
  • São Paulo
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;