运维网's Archiver
论坛
›
nginx
› Nginx开启https-Wesley
快乐的老鼠
发表于 2018-11-11 11:45:52
Nginx开启https-Wesley
# /etc/init.d/nginxrestart
Stopping Nginx: [ OK ]
Starting Nginx:
# netstat -tnlup | grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1504/nginx
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1504/nginx
页:
[1]
查看完整版本:
Nginx开启https-Wesley