SSL Support Without Nginx Support
SSL Support Without Nginx Support
I need to run my site on SSL but I need too disable Nginx as it is not compatible with some of the scripts running on my site.
However, SSL support only works when Nginx support is ticked.
Is there a way to enable SSL support with no Nginx support.
Thank you very much
However, SSL support only works when Nginx support is ticked.
Is there a way to enable SSL support with no Nginx support.
Thank you very much
Re: SSL Support Without Nginx Support
You can completely disable nginx for the whole server which is not the best approach from a performance perspective. I suggest you to remove everything from the nginx extension field for domain and use the default nginx template. It will make nginx to work as a transparent proxy with no intrusion.
Re: SSL Support Without Nginx Support
Sorry for the late reply.skid wrote:You can completely disable nginx for the whole server which is not the best approach from a performance perspective. I suggest you to remove everything from the nginx extension field for domain and use the default nginx template. It will make nginx to work as a transparent proxy with no intrusion.
I will try this solution and provide feedback.
Thank you