nginx reverse proxy with multiple servers

Discussion in 'Server Operation' started by mesiah, Jan 16, 2020.

  1. Emile

    Emile New Member

    I did install it like the tutorial. But still no ngx_stream_ssl_preread nor ngx_stream_map. That's why I'm asking how to do it after install. Internet search doesn't help, so my hope is on this community
     
  2. mesiah

    mesiah New Member

    well, then you have to compile it with these modules, I don't know, why it didn't work on the apt-get install way. So you have to do with make , make install and configure. There are tons of tutorials. Sorry to say that, but this tutorial was intended for the nginx reverse proxy needs, not for setting up nginx.

    examples: https://raymii.org/s/tutorials/ngin...multiplex_https_and_ssh_on_the_same_port.html

    ore here the original website: https://www.nginx.com/blog/nginx-plus-r11-released/
    even this is nice: https://www.cyberciti.biz/faq/configure-nginx-ssltls-passthru-with-tcp-load-balancing/

    this is the search string in google: https://www.google.com/search?ei=5l...xQKHRlKBBgQ4dUDCAw&uact=5&safe=active&ssui=on

    so I'm out now
     
    Last edited: Apr 20, 2020
    Emile likes this.
  3. Emile

    Emile New Member

    Thanks for all your support!
     

Share This Page