Regarding URL Encode/Decode of the Parameter
m.i
nginx-forum at forum.nginx.org
Fri Jul 28 08:30:33 UTC 2017
Hello, thank you so much for your post.
Below is the configuration I'm using. It's pretty much straight forward.
I just want to transfer the massage using "proxy_pass."
--------------------
server {
listen 8881;
server_name localhost;
location / {
proxy_pass http://111.111.111.111;
}
}
--------------------
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275704,275710#msg-275710
More information about the nginx
mailing list