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

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to