nginx设置代理配置


        server {
                listen  8086;
                resolver 8.8.8.8;
                location /{
                proxy_pass http://$http_host$request_uri;
                access_log off;
                error_log off;
                #allow 127.0.0.1;
                #deny all;
        }

posted on 2015-10-10 09:48  阮減显  阅读(97)  评论(0编辑  收藏  举报

导航