05-01-2017 10:43 AM
I'm in the process of running multiple MineMeld behind a server load balancer. I want the backend MineMeld servers to run the application over HTTP. The reason for this is I want to offload SSL from the servers. Currently, nginx redirects HTTP to HTTPS.
What would I need to do within the nginx configuration file to stop the https daemon and have the server only serve requests over HTTP?