Skip to content

Instantly share code, notes, and snippets.

View GuilhermeKayan's full-sized avatar
🎯
Concentrado

Guilherme Kayan GuilhermeKayan

🎯
Concentrado
  • SB Tecnologia
  • Barueri - SP, Brasil
  • 08:12 (UTC -03:00)
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;