質問編集履歴

2

タグの追加

2018/10/04 04:49

投稿

pigton
pigton

スコア47

test CHANGED
File without changes
test CHANGED
File without changes

1

試したことを一点追加。

2018/10/04 04:49

投稿

pigton
pigton

スコア47

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,41 @@
79
79
  tcp6   0 0  :::8000 :::* LISTEN
80
80
 
81
81
  ```
82
+
83
+ ### 試したこと②
84
+
85
+
86
+
87
+ curl アクセスの詳細を確認。
88
+
89
+ ```ここに言語を入力
90
+
91
+ root@63e19d771435:~/mysite2/mysite2# curl -v http://172.17.0.1:8000
92
+
93
+ * Rebuilt URL to: http://172.17.0.1:8000/
94
+
95
+ * Trying 172.17.0.1...
96
+
97
+ * TCP_NODELAY set
98
+
99
+ * Connected to 172.17.0.1 (172.17.0.1) port 8000 (#0)
100
+
101
+ > GET / HTTP/1.1
102
+
103
+ > Host: 172.17.0.1:8000
104
+
105
+ > User-Agent: curl/7.58.0
106
+
107
+ > Accept: */*
108
+
109
+ >
110
+
111
+ * Empty reply from server
112
+
113
+ * Connection #0 to host 172.17.0.1 left intact
114
+
115
+ curl: (52) Empty reply from server
116
+
117
+
118
+
119
+ ```