ini [nginx conf] nginx简易转发配置#nginx

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini [nginx conf] nginx简易转发配置#nginx相关的知识,希望对你有一定的参考价值。

server {
  listen       80;
  server_name  localhost www.test.cn;

  proxy_connect_timeout 30s;
  proxy_read_timeout 1000s;

  location / {
    proxy_redirect off;
    proxy_set_header Host $host;
    proxy_set_header X-real-ip $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_pass http://localhost:8080;
  }
}

以上是关于ini [nginx conf] nginx简易转发配置#nginx的主要内容,如果未能解决你的问题,请参考以下文章

ini 为nginx改变了prerender.io nginx.conf

ini nginx.conf

ini Nginx conf

ini nginx.conf

ini nginx.conf

ini Nginx Conf - Gzip