On Tue, Mar 27, 2012 at 04:50:59AM -0400, niraj wrote:
nginx: [emerg] invalid number of arguments in “proxy_pass” directive in
/etc/nginx/conf.d/default.conf:52
nginx: configuration file /etc/nginx/nginx.conf test failed
My personal view for that doc is its a very brief document. I have
read before I post the above mail.
I dont get the fully understand from that doc…
suppose
what is meaning of the following
location /user/ { ===== I have
add slash / at the end of /user
proxy_pass http://192.168.1.210;
}
what will be the effect…
If
what is meaning of the following
location /user/ { ===== I have
add slash / at the end of /user
proxy_pass http://192.168.1.210/; ===== i have add slash / at
the end of http://192.168.1.210
}
what will be the effect …