質問編集履歴
3
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
|
96
96
|
|
97
|
-
どのようにしたら以下のような
|
97
|
+
どのようにしたら以下のような正常のnginxのトップページが表示できるのでしょうか?
|
98
98
|
|
99
99
|
|
100
100
|
|
2
g
test
CHANGED
File without changes
|
test
CHANGED
@@ -94,7 +94,11 @@
|
|
94
94
|
|
95
95
|
|
96
96
|
|
97
|
+
どのようにしたら以下のようなxginxのトップページが表示できるのでしょうか?
|
97
98
|
|
99
|
+
|
100
|
+
|
101
|
+
![イメージ説明](e3f4b4eff07fb97d06aeae5b1463e77b.png)
|
98
102
|
|
99
103
|
|
100
104
|
|
1
hoge
test
CHANGED
File without changes
|
test
CHANGED
@@ -39,3 +39,63 @@
|
|
39
39
|
|
40
40
|
|
41
41
|
index.htmlファイルは何も用意しておりません。
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
sudo systemctl start nginx
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
は実施済です。
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
sudo systemctl status nginx
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
気になるエラーはこれです。Failed to parse PID from file /run/nginx.pid: Invalid argument
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
結果は以下です。
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
$ sudo systemctl status nginx
|
68
|
+
|
69
|
+
* nginx.service - The nginx HTTP and reverse proxy server
|
70
|
+
|
71
|
+
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
|
72
|
+
|
73
|
+
Active: active (running) since Tue 2019-11-26 17:33:47 JST; 49min ago
|
74
|
+
|
75
|
+
Main PID: 9123 (nginx)
|
76
|
+
|
77
|
+
CGroup: /system.slice/nginx.service
|
78
|
+
|
79
|
+
|-1919 nginx: master process /usr/sbin/nginx
|
80
|
+
|
81
|
+
`-1818 nginx: worker process
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
Starting The nginx HTTP and reverse proxy server...
|
86
|
+
|
87
|
+
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
|
88
|
+
|
89
|
+
nginx: configuration file /etc/nginx/nginx.conf test is successful
|
90
|
+
|
91
|
+
Failed to parse PID from file /run/nginx.pid: Invalid argument
|
92
|
+
|
93
|
+
Started The nginx HTTP and reverse proxy server.
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
宜しくお願いします。
|