記Nginx正向代理請求參數

nginx正向代理配置:nginx location ~ \/someuri { access_log /var/log/nginx/uploads.log; proxy_pass_header Server; proxy_set_header Host $http_host; proxy_redirect off;
相關文章
相關標籤/搜索