Skip to content

Commit 8fd7cd3

Browse files
committed
Update NGINX
1 parent 62fb001 commit 8fd7cd3

9 files changed

Lines changed: 89 additions & 464 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Credits
2828
-------
2929

3030
- PHP CGI spawner (`php-cgi-spawner.exe`): https://github.com/deemru/php-cgi-spawner
31+
- Nginx: https://nginx.org/

README_RU.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ wnmp-dev — среда окружения под Windows, содержащая
2727
----------------------
2828

2929
- PHP CGI spawner (`php-cgi-spawner.exe`): https://github.com/deemru/php-cgi-spawner
30+
- Nginx: https://nginx.org/

nginx/conf/mime.types

Lines changed: 87 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,97 @@
11

22
types {
3-
text/html html htm shtml;
4-
text/css css;
5-
text/xml xml;
6-
image/gif gif;
7-
image/jpeg jpeg jpg;
8-
application/javascript js;
9-
application/atom+xml atom;
10-
application/rss+xml rss;
3+
text/html html htm shtml;
4+
text/css css;
5+
text/xml xml;
6+
image/gif gif;
7+
image/jpeg jpeg jpg;
8+
application/javascript js;
9+
application/atom+xml atom;
10+
application/rss+xml rss;
1111

12-
text/mathml mml;
13-
text/plain txt;
14-
text/vnd.sun.j2me.app-descriptor jad;
15-
text/vnd.wap.wml wml;
16-
text/x-component htc;
12+
text/mathml mml;
13+
text/plain txt;
14+
text/vnd.sun.j2me.app-descriptor jad;
15+
text/vnd.wap.wml wml;
16+
text/x-component htc;
1717

18-
image/png png;
19-
image/tiff tif tiff;
20-
image/vnd.wap.wbmp wbmp;
21-
image/x-icon ico;
22-
image/x-jng jng;
23-
image/x-ms-bmp bmp;
24-
image/svg+xml svg svgz;
25-
image/webp webp;
18+
image/png png;
19+
image/svg+xml svg svgz;
20+
image/tiff tif tiff;
21+
image/vnd.wap.wbmp wbmp;
22+
image/webp webp;
23+
image/x-icon ico;
24+
image/x-jng jng;
25+
image/x-ms-bmp bmp;
2626

27-
application/font-woff woff;
28-
application/java-archive jar war ear;
29-
application/json json;
30-
application/mac-binhex40 hqx;
31-
application/msword doc;
32-
application/pdf pdf;
33-
application/postscript ps eps ai;
34-
application/rtf rtf;
35-
application/vnd.apple.mpegurl m3u8;
36-
application/vnd.ms-excel xls;
37-
application/vnd.ms-fontobject eot;
38-
application/vnd.ms-powerpoint ppt;
39-
application/vnd.wap.wmlc wmlc;
40-
application/vnd.google-earth.kml+xml kml;
41-
application/vnd.google-earth.kmz kmz;
42-
application/x-7z-compressed 7z;
43-
application/x-cocoa cco;
44-
application/x-java-archive-diff jardiff;
45-
application/x-java-jnlp-file jnlp;
46-
application/x-makeself run;
47-
application/x-perl pl pm;
48-
application/x-pilot prc pdb;
49-
application/x-rar-compressed rar;
50-
application/x-redhat-package-manager rpm;
51-
application/x-sea sea;
52-
application/x-shockwave-flash swf;
53-
application/x-stuffit sit;
54-
application/x-tcl tcl tk;
55-
application/x-x509-ca-cert der pem crt;
56-
application/x-xpinstall xpi;
57-
application/xhtml+xml xhtml;
58-
application/xspf+xml xspf;
59-
application/zip zip;
27+
font/woff woff;
28+
font/woff2 woff2;
6029

61-
application/octet-stream bin exe dll;
62-
application/octet-stream deb;
63-
application/octet-stream dmg;
64-
application/octet-stream iso img;
65-
application/octet-stream msi msp msm;
30+
application/java-archive jar war ear;
31+
application/json json;
32+
application/mac-binhex40 hqx;
33+
application/msword doc;
34+
application/pdf pdf;
35+
application/postscript ps eps ai;
36+
application/rtf rtf;
37+
application/vnd.apple.mpegurl m3u8;
38+
application/vnd.google-earth.kml+xml kml;
39+
application/vnd.google-earth.kmz kmz;
40+
application/vnd.ms-excel xls;
41+
application/vnd.ms-fontobject eot;
42+
application/vnd.ms-powerpoint ppt;
43+
application/vnd.oasis.opendocument.graphics odg;
44+
application/vnd.oasis.opendocument.presentation odp;
45+
application/vnd.oasis.opendocument.spreadsheet ods;
46+
application/vnd.oasis.opendocument.text odt;
47+
application/vnd.openxmlformats-officedocument.presentationml.presentation
48+
pptx;
49+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
50+
xlsx;
51+
application/vnd.openxmlformats-officedocument.wordprocessingml.document
52+
docx;
53+
application/vnd.wap.wmlc wmlc;
54+
application/x-7z-compressed 7z;
55+
application/x-cocoa cco;
56+
application/x-java-archive-diff jardiff;
57+
application/x-java-jnlp-file jnlp;
58+
application/x-makeself run;
59+
application/x-perl pl pm;
60+
application/x-pilot prc pdb;
61+
application/x-rar-compressed rar;
62+
application/x-redhat-package-manager rpm;
63+
application/x-sea sea;
64+
application/x-shockwave-flash swf;
65+
application/x-stuffit sit;
66+
application/x-tcl tcl tk;
67+
application/x-x509-ca-cert der pem crt;
68+
application/x-xpinstall xpi;
69+
application/xhtml+xml xhtml;
70+
application/xspf+xml xspf;
71+
application/zip zip;
6672

67-
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
68-
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
69-
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
73+
application/octet-stream bin exe dll;
74+
application/octet-stream deb;
75+
application/octet-stream dmg;
76+
application/octet-stream iso img;
77+
application/octet-stream msi msp msm;
7078

71-
audio/midi mid midi kar;
72-
audio/mpeg mp3;
73-
audio/ogg ogg;
74-
audio/x-m4a m4a;
75-
audio/x-realaudio ra;
79+
audio/midi mid midi kar;
80+
audio/mpeg mp3;
81+
audio/ogg ogg;
82+
audio/x-m4a m4a;
83+
audio/x-realaudio ra;
7684

77-
video/3gpp 3gpp 3gp;
78-
video/mp2t ts;
79-
video/mp4 mp4;
80-
video/mpeg mpeg mpg;
81-
video/quicktime mov;
82-
video/webm webm;
83-
video/x-flv flv;
84-
video/x-m4v m4v;
85-
video/x-mng mng;
86-
video/x-ms-asf asx asf;
87-
video/x-ms-wmv wmv;
88-
video/x-msvideo avi;
85+
video/3gpp 3gpp 3gp;
86+
video/mp2t ts;
87+
video/mp4 mp4;
88+
video/mpeg mpeg mpg;
89+
video/quicktime mov;
90+
video/webm webm;
91+
video/x-flv flv;
92+
video/x-m4v m4v;
93+
video/x-mng mng;
94+
video/x-ms-asf asx asf;
95+
video/x-ms-wmv wmv;
96+
video/x-msvideo avi;
8997
}

nginx/contrib/README

Lines changed: 0 additions & 21 deletions
This file was deleted.

nginx/contrib/geo2nginx.pl

Lines changed: 0 additions & 58 deletions
This file was deleted.

nginx/contrib/unicode2nginx/koi-utf

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)