Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. location / {
  2.  
  3. proxy_set_header Upgrade $http_upgrade;
  4. proxy_set_header Connection "Upgrade";
  5.  
  6. proxy_send_timeout 3600s;
  7. proxy_read_timeout 3600s;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement