View Single Post
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 12-17-2020 , 00:50   Re: [NGINX] Setup config
Reply With Quote #2

Code:
  
location /sourcebans{
    proxy_pass http://127.0.0.1:8080;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for;
  }
HvG Community is offline