You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

proxy.conf 263B

12345678
  1. proxy_set_header Host $host;
  2. proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  3. proxy_set_header X-Forwarded-Proto $scheme;
  4. proxy_http_version 1.1;
  5. proxy_set_header Connection "";
  6. proxy_buffering off;
  7. proxy_read_timeout 3600s;
  8. proxy_send_timeout 3600s;