質問編集履歴

1

\.

2017/05/06 10:16

投稿

happy_tera
happy_tera

スコア159

test CHANGED
File without changes
test CHANGED
@@ -10,15 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- #charset koi8-r;
14
-
15
- #access_log /var/log/nginx/log/host.access.log main;
16
-
17
-
18
-
19
13
  location / {
20
-
21
- # root /usr/share/nginx/html;
22
14
 
23
15
  index index.html index.htm index.php;
24
16
 
@@ -31,14 +23,6 @@
31
23
  }
32
24
 
33
25
 
34
-
35
- #error_page 404 /404.html;
36
-
37
-
38
-
39
- # redirect server error pages to the static page /50x.html
40
-
41
- #
42
26
 
43
27
  error_page 500 502 503 504 /50x.html;
44
28