File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ location / {
200
200
## uncomment the two lines below.
201
201
#proxy_pass http://phpapache/index.php?q=$uri;
202
202
#proxy_set_header Connection '';
203
-
204
203
}
205
204
}
206
205
Original file line number Diff line number Diff line change 5
5
text/xml xml;
6
6
image/gif gif;
7
7
image/jpeg jpeg jpg;
8
- application/x- javascript js;
8
+ application/javascript js;
9
9
application/atom+xml atom;
10
10
application/rss+xml rss;
11
11
@@ -96,7 +96,7 @@ types {
96
96
application/x-font-ttf ttf;
97
97
font/opentype otf;
98
98
application/vnd.ms-fontobject eot;
99
- application/x -woff woff;
99
+ application/font -woff woff;
100
100
101
101
application/octet-stream bin exe dll;
102
102
application/octet-stream deb ;
Original file line number Diff line number Diff line change 73
73
gzip_comp_level 1 ;
74
74
gzip_http_version 1.1 ;
75
75
gzip_min_length 10 ;
76
- gzip_types text/plain text/css application/json application/x- javascript text/xml application/xml application/xml+rss text/javascript image/x-icon application/vnd.ms-fontobject font/opentype application/x-font-ttf;
76
+ gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/x-icon application/vnd.ms-fontobject font/opentype application/x-font-ttf;
77
77
gzip_vary on ;
78
78
gzip_proxied any; # Compression for all requests.
79
79
## No need for regexps. See
You can’t perform that action at this time.
0 commit comments