You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
访问www.mydomain.com时,无法访问。端口探测443也显示未开放。
我根据这个推测是nginx服务器的问题。
输入命令systemctl status nginx,显示如下:
● nginx.service - nginx - high performance web server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2019-06-12 12:30:10 UTC; 30min ago
Docs: http://nginx.org/en/docs/
Process: 687 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=0/SUCCESS)
Main PID: 709 (nginx)
Tasks: 2 (limit: 4915)
CGroup: /system.slice/nginx.service
├─709 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
└─710 nginx: worker process
Jun 12 12:30:10 chengzhang systemd[1]: Starting nginx - high performance web server...
Jun 12 12:30:10 chengzhang systemd[1]: nginx.service: PID file /var/run/nginx.pid not readable (yet?) after start: No s
uch file or directory
Jun 12 12:30:10 chengzhang systemd[1]: Started nginx - high performance web server.
我是在GCP的debian9上安装的脚本。开放所有入站端口后运行脚本,也正常输出了配置。
系统信息
域名解析已经检测过没有问题。
目前的情况是:
mydomain.com
跳转到nginx
默认页面,说明80端口的http访问正常,对主机的端口探测也证实了这一点。www.mydomain.com
时,无法访问。端口探测443也显示未开放。我根据这个推测是
nginx
服务器的问题。输入命令
systemctl status nginx
,显示如下:说是pid文件找不到,我确认过该目录下是存在该文件的。网上找了半天,出现该问题的连
nginx
都没法启动,我这个居然启动后还报这个错。再看
v2ray
的状态,似乎没什么问题。各位也帮忙参考一下。搞了半天,不知道该往何处排查问题了。@dylanbai8
The text was updated successfully, but these errors were encountered: