Control Web Panel
WebPanel => SSL => Topic started by: pante_lis on October 19, 2015, 03:00:26 PM
-
I've installed nginx and varnish cash, everything's works fine but I have a problem with a site that using SSL. The HTTPS links shows me that the website it is using Apache. The HTTP links shows me nginx and varnish cash.
How can I fix it? I want the HTTPS links to run on nginx and varnish cash, not on Apache.
P.S. Sorry for my English.
-
SSL configuration at the moment is only for Apache, you would need to make this manually if you want nginx to run on port 443
-
I am having the same problem, how do I do it manually?
-
Hello.
If you want to configure it, you should know how to do that with the nginx.
-
Igor, everyone is always saying that "I should know how to do this". Maybe I should but there's lack of any informations how to deal with it if NGINX is set as a reverse proxy.
Please could anyone write short list of hints how to start with this? I tried to do it based on the Ubuntu/NGINX guide but apparently there's a conflict so nginx couldn't bind to :443 and I'm stuck.