Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. server{
  2. listen 80;
  3. server_name penger.jtfidje.no;
  4.  
  5. location / {
  6. proxy_pass http://10.0.0.234:2343;
  7. proxy_http_version 1.1;
  8. proxy_set_header Upgrade $http_upgrade;
  9. proxy_set_header Connection 'upgrade';
  10. proxy_set_header Host $host;
  11. proxy_cache_bypass $http_upgrade;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement