質問編集履歴

1

コードバックを使って見やすくした

2016/07/19 14:00

投稿

ryuujinn
ryuujinn

スコア72

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,8 @@
46
46
 
47
47
 
48
48
 
49
+ ```
50
+
49
51
  http {
50
52
 
51
53
  include mime.types;
@@ -80,6 +82,8 @@
80
82
 
81
83
  }
82
84
 
85
+ ```
86
+
83
87
 
84
88
 
85
89
 
@@ -100,6 +104,8 @@
100
104
 
101
105
 
102
106
 
107
+ ```
108
+
103
109
  # For more information on configuration, see:
104
110
 
105
111
  # * Official English Documentation: http://nginx.org/en/docs/
@@ -311,3 +317,5 @@
311
317
  }
312
318
 
313
319
  }
320
+
321
+ ```