質問編集履歴

1

nginx の設定を質問に追記します

2017/12/13 02:34

投稿

win4834
win4834

スコア16

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,65 @@
49
49
  多分簡単なコードなのでしょうがわかりませんでしたので
50
50
 
51
51
  ご教授いただければ助かります。
52
+
53
+
54
+
55
+
56
+
57
+ 追記
58
+
59
+ 現在のnginx の設定を質問に追記します
60
+
61
+
62
+
63
+ nginx 追加ディレクティブ欄に
64
+
65
+
66
+
67
+ # gzip設定
68
+
69
+ gzip on;
70
+
71
+ gzip_comp_level 2;
72
+
73
+ gzip_http_version 1.0;
74
+
75
+ gzip_proxied any;
76
+
77
+ gzip_min_length 1100;
78
+
79
+ gzip_buffers 4 32k;
80
+
81
+ gzip_types
82
+
83
+ text/plain
84
+
85
+ text/html
86
+
87
+ text/xml
88
+
89
+ text/css
90
+
91
+ application/xml
92
+
93
+ application/xhtml+xml
94
+
95
+ application/rss+xml
96
+
97
+ application/atom_xml
98
+
99
+ application/javascript
100
+
101
+ application/x-javascript
102
+
103
+ application/x-httpd-php;
104
+
105
+ gzip_disable "MSIE [1-6].(?!.*SV1)";
106
+
107
+ gzip_vary on;
108
+
109
+
110
+
111
+ 静的ファイルを nginx で直接処理 の欄をONで以下のファイルを設定しています。
112
+
113
+ ac3 avi bmp bz2 css cue dat doc docx dts eot exe flv gif gz htm ico img iso jpeg jpg js mkv mp3 mp4 mpeg mpg ogg pdf png ppt pptx qt rar rm svg swf tar tgz ttf txt wav woff woff2 xls xlsx zip