apache_conf nginx的

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf nginx的相关的知识,希望对你有一定的参考价值。

location /shop/ {
proxy_pass http://shop.jvawa.com/;
proxy_buffers 8 24k;
proxy_buffer_size 2k;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $host:$server_port;
proxy_set_header Connection "upgrade";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Via "ngi
}

以上是关于apache_conf nginx的的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 配置Nginx演示

apache_conf nginx ip响应

apache_conf Nginx配置letsencrypt + bitbucket

apache_conf nginx中的完整请求/响应正文日志记录

apache_conf Preparar Servidor NGINX,SERVER UBUNTU

apache_conf Apache / Nginx HTML5 pushstate重写规则