Advertisement
tnkv

Untitled

Nov 7th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. server {
  2. listen 80;
  3. listen [::]:80;
  4. server_name domain.alvkn.hohol.club;
  5.  
  6.  
  7. location / {
  8. proxy_pass http://localhost:PORT;
  9. proxy_set_header Host $host;
  10. proxy_set_header Upgrade $http_upgrade;
  11. proxy_set_header Connection upgrade;
  12. proxy_set_header Accept-Encoding gzip;
  13.  
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement