node-proxy.conf 311 Bytes
#lua cache
proxy_redirect off;
proxy_pass http://yohobuywap-node;
proxy_set_header   Host   $host;
proxy_set_header   X-Real-IP  $http_x_forwarded_for;
proxy_set_header   X-Yoho-Real-IP  $http_x_forwarded_for;
proxy_set_header   X-Forwarded-For $http_x_forwarded_for;
proxy_set_header   Accept-Encoding "gzip";