回答編集履歴
1
語句の修正
answer
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
```
|
12
12
|
アクセスしてみると 下記のように HTTPヘッダは、正しく追加されます。
|
13
13
|
```
|
14
|
-
$ curl --dump-header -
|
14
|
+
$ curl --dump-header - http://example.com/test-index.html
|
15
15
|
|
16
16
|
HTTP/1.1 200 OK
|
17
17
|
Date: Tue, 16 Jan 2018 00:35:24 GMT
|
@@ -34,7 +34,7 @@
|
|
34
34
|
```
|
35
35
|
と設定すれば、下記のように設定されました。
|
36
36
|
```
|
37
|
-
$ curl --dump-header -
|
37
|
+
$ curl --dump-header - http://example.com/Test/files.html
|
38
38
|
|
39
39
|
HTTP/1.1 200 OK
|
40
40
|
Date: Tue, 16 Jan 2018 00:37:41 GMT
|