Beginner questions about proxy configuration and white space

ynasser nginx-forum at nginx.us
Mon Sep 12 17:22:09 UTC 2011


It works now. My configuration looks like this:

	server {
		listen 80 default;

		location / {
			proxy_pass http://some_ip:some_port;
			
			proxy_set_header X-h1 h1;
			proxy_set_header X-h2 h2;
			proxy_set_header X-h3 "h3 h3";
			}
		}

I hope this help anyone else with this problem.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,214982,215126#msg-215126



More information about the nginx mailing list