NGINX SSL Timeout

后端 未结 3 1802
盖世英雄少女心
盖世英雄少女心 2021-02-07 00:21

Runnning NGINX SSL and the browser continues to timeout.

Here is my NGINX conf file:

worker_processes  4;
error_log /var/log/nginx/error.log;
pid /var/r         


        
3条回答
  •  自闭症患者
    2021-02-07 01:10

    Maybe 443 port is closed on your server? Check this with http://www.yougetsignal.com/tools/open-ports/

提交回复
热议问题