mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Introduce Different Distro Versions of /etc/nginx
This commit is contained in:
parent
d82115f9aa
commit
ef592237a8
100 changed files with 6450 additions and 0 deletions
0
.dev-tools/distribution_tests/.keep
Normal file
0
.dev-tools/distribution_tests/.keep
Normal file
0
.dev-tools/distribution_tests/arch/.keep
Normal file
0
.dev-tools/distribution_tests/arch/.keep
Normal file
0
.dev-tools/distribution_tests/arch/etc/.keep
Normal file
0
.dev-tools/distribution_tests/arch/etc/.keep
Normal file
26
.dev-tools/distribution_tests/arch/etc/nginx/fastcgi.conf
Normal file
26
.dev-tools/distribution_tests/arch/etc/nginx/fastcgi.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
25
.dev-tools/distribution_tests/arch/etc/nginx/fastcgi_params
Normal file
25
.dev-tools/distribution_tests/arch/etc/nginx/fastcgi_params
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
109
.dev-tools/distribution_tests/arch/etc/nginx/koi-utf
Normal file
109
.dev-tools/distribution_tests/arch/etc/nginx/koi-utf
Normal file
|
@ -0,0 +1,109 @@
|
|||
|
||||
# This map is not a full koi8-r <> utf8 map: it does not contain
|
||||
# box-drawing and some other characters. Besides this map contains
|
||||
# several koi8-u and Byelorussian letters which are not in koi8-r.
|
||||
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
|
||||
# map instead.
|
||||
|
||||
charset_map koi8-r utf-8 {
|
||||
|
||||
80 E282AC ; # euro
|
||||
|
||||
95 E280A2 ; # bullet
|
||||
|
||||
9A C2A0 ; #
|
||||
|
||||
9E C2B7 ; # ·
|
||||
|
||||
A3 D191 ; # small yo
|
||||
A4 D194 ; # small Ukrainian ye
|
||||
|
||||
A6 D196 ; # small Ukrainian i
|
||||
A7 D197 ; # small Ukrainian yi
|
||||
|
||||
AD D291 ; # small Ukrainian soft g
|
||||
AE D19E ; # small Byelorussian short u
|
||||
|
||||
B0 C2B0 ; # °
|
||||
|
||||
B3 D081 ; # capital YO
|
||||
B4 D084 ; # capital Ukrainian YE
|
||||
|
||||
B6 D086 ; # capital Ukrainian I
|
||||
B7 D087 ; # capital Ukrainian YI
|
||||
|
||||
B9 E28496 ; # numero sign
|
||||
|
||||
BD D290 ; # capital Ukrainian soft G
|
||||
BE D18E ; # capital Byelorussian short U
|
||||
|
||||
BF C2A9 ; # (C)
|
||||
|
||||
C0 D18E ; # small yu
|
||||
C1 D0B0 ; # small a
|
||||
C2 D0B1 ; # small b
|
||||
C3 D186 ; # small ts
|
||||
C4 D0B4 ; # small d
|
||||
C5 D0B5 ; # small ye
|
||||
C6 D184 ; # small f
|
||||
C7 D0B3 ; # small g
|
||||
C8 D185 ; # small kh
|
||||
C9 D0B8 ; # small i
|
||||
CA D0B9 ; # small j
|
||||
CB D0BA ; # small k
|
||||
CC D0BB ; # small l
|
||||
CD D0BC ; # small m
|
||||
CE D0BD ; # small n
|
||||
CF D0BE ; # small o
|
||||
|
||||
D0 D0BF ; # small p
|
||||
D1 D18F ; # small ya
|
||||
D2 D180 ; # small r
|
||||
D3 D181 ; # small s
|
||||
D4 D182 ; # small t
|
||||
D5 D183 ; # small u
|
||||
D6 D0B6 ; # small zh
|
||||
D7 D0B2 ; # small v
|
||||
D8 D18C ; # small soft sign
|
||||
D9 D18B ; # small y
|
||||
DA D0B7 ; # small z
|
||||
DB D188 ; # small sh
|
||||
DC D18D ; # small e
|
||||
DD D189 ; # small shch
|
||||
DE D187 ; # small ch
|
||||
DF D18A ; # small hard sign
|
||||
|
||||
E0 D0AE ; # capital YU
|
||||
E1 D090 ; # capital A
|
||||
E2 D091 ; # capital B
|
||||
E3 D0A6 ; # capital TS
|
||||
E4 D094 ; # capital D
|
||||
E5 D095 ; # capital YE
|
||||
E6 D0A4 ; # capital F
|
||||
E7 D093 ; # capital G
|
||||
E8 D0A5 ; # capital KH
|
||||
E9 D098 ; # capital I
|
||||
EA D099 ; # capital J
|
||||
EB D09A ; # capital K
|
||||
EC D09B ; # capital L
|
||||
ED D09C ; # capital M
|
||||
EE D09D ; # capital N
|
||||
EF D09E ; # capital O
|
||||
|
||||
F0 D09F ; # capital P
|
||||
F1 D0AF ; # capital YA
|
||||
F2 D0A0 ; # capital R
|
||||
F3 D0A1 ; # capital S
|
||||
F4 D0A2 ; # capital T
|
||||
F5 D0A3 ; # capital U
|
||||
F6 D096 ; # capital ZH
|
||||
F7 D092 ; # capital V
|
||||
F8 D0AC ; # capital soft sign
|
||||
F9 D0AB ; # capital Y
|
||||
FA D097 ; # capital Z
|
||||
FB D0A8 ; # capital SH
|
||||
FC D0AD ; # capital E
|
||||
FD D0A9 ; # capital SHCH
|
||||
FE D0A7 ; # capital CH
|
||||
FF D0AA ; # capital hard sign
|
||||
}
|
103
.dev-tools/distribution_tests/arch/etc/nginx/koi-win
Normal file
103
.dev-tools/distribution_tests/arch/etc/nginx/koi-win
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
charset_map koi8-r windows-1251 {
|
||||
|
||||
80 88 ; # euro
|
||||
|
||||
95 95 ; # bullet
|
||||
|
||||
9A A0 ; #
|
||||
|
||||
9E B7 ; # ·
|
||||
|
||||
A3 B8 ; # small yo
|
||||
A4 BA ; # small Ukrainian ye
|
||||
|
||||
A6 B3 ; # small Ukrainian i
|
||||
A7 BF ; # small Ukrainian yi
|
||||
|
||||
AD B4 ; # small Ukrainian soft g
|
||||
AE A2 ; # small Byelorussian short u
|
||||
|
||||
B0 B0 ; # °
|
||||
|
||||
B3 A8 ; # capital YO
|
||||
B4 AA ; # capital Ukrainian YE
|
||||
|
||||
B6 B2 ; # capital Ukrainian I
|
||||
B7 AF ; # capital Ukrainian YI
|
||||
|
||||
B9 B9 ; # numero sign
|
||||
|
||||
BD A5 ; # capital Ukrainian soft G
|
||||
BE A1 ; # capital Byelorussian short U
|
||||
|
||||
BF A9 ; # (C)
|
||||
|
||||
C0 FE ; # small yu
|
||||
C1 E0 ; # small a
|
||||
C2 E1 ; # small b
|
||||
C3 F6 ; # small ts
|
||||
C4 E4 ; # small d
|
||||
C5 E5 ; # small ye
|
||||
C6 F4 ; # small f
|
||||
C7 E3 ; # small g
|
||||
C8 F5 ; # small kh
|
||||
C9 E8 ; # small i
|
||||
CA E9 ; # small j
|
||||
CB EA ; # small k
|
||||
CC EB ; # small l
|
||||
CD EC ; # small m
|
||||
CE ED ; # small n
|
||||
CF EE ; # small o
|
||||
|
||||
D0 EF ; # small p
|
||||
D1 FF ; # small ya
|
||||
D2 F0 ; # small r
|
||||
D3 F1 ; # small s
|
||||
D4 F2 ; # small t
|
||||
D5 F3 ; # small u
|
||||
D6 E6 ; # small zh
|
||||
D7 E2 ; # small v
|
||||
D8 FC ; # small soft sign
|
||||
D9 FB ; # small y
|
||||
DA E7 ; # small z
|
||||
DB F8 ; # small sh
|
||||
DC FD ; # small e
|
||||
DD F9 ; # small shch
|
||||
DE F7 ; # small ch
|
||||
DF FA ; # small hard sign
|
||||
|
||||
E0 DE ; # capital YU
|
||||
E1 C0 ; # capital A
|
||||
E2 C1 ; # capital B
|
||||
E3 D6 ; # capital TS
|
||||
E4 C4 ; # capital D
|
||||
E5 C5 ; # capital YE
|
||||
E6 D4 ; # capital F
|
||||
E7 C3 ; # capital G
|
||||
E8 D5 ; # capital KH
|
||||
E9 C8 ; # capital I
|
||||
EA C9 ; # capital J
|
||||
EB CA ; # capital K
|
||||
EC CB ; # capital L
|
||||
ED CC ; # capital M
|
||||
EE CD ; # capital N
|
||||
EF CE ; # capital O
|
||||
|
||||
F0 CF ; # capital P
|
||||
F1 DF ; # capital YA
|
||||
F2 D0 ; # capital R
|
||||
F3 D1 ; # capital S
|
||||
F4 D2 ; # capital T
|
||||
F5 D3 ; # capital U
|
||||
F6 C6 ; # capital ZH
|
||||
F7 C2 ; # capital V
|
||||
F8 DC ; # capital soft sign
|
||||
F9 DB ; # capital Y
|
||||
FA C7 ; # capital Z
|
||||
FB D8 ; # capital SH
|
||||
FC DD ; # capital E
|
||||
FD D9 ; # capital SHCH
|
||||
FE D7 ; # capital CH
|
||||
FF DA ; # capital hard sign
|
||||
}
|
912
.dev-tools/distribution_tests/arch/etc/nginx/mime.types
Normal file
912
.dev-tools/distribution_tests/arch/etc/nginx/mime.types
Normal file
|
@ -0,0 +1,912 @@
|
|||
types {
|
||||
application/A2L a2l;
|
||||
application/AML aml;
|
||||
application/andrew-inset ez;
|
||||
application/ATF atf;
|
||||
application/ATFX atfx;
|
||||
application/ATXML atxml;
|
||||
application/atom+xml atom;
|
||||
application/atomcat+xml atomcat;
|
||||
application/atomdeleted+xml atomdeleted;
|
||||
application/atomsvc+xml atomsvc;
|
||||
application/auth-policy+xml apxml;
|
||||
application/bacnet-xdd+zip xdd;
|
||||
application/calendar+xml xcs;
|
||||
application/cbor cbor;
|
||||
application/cccex c3ex;
|
||||
application/ccmp+xml ccmp;
|
||||
application/ccxml+xml ccxml;
|
||||
application/CDFX+XML cdfx;
|
||||
application/cdmi-capability cdmia;
|
||||
application/cdmi-container cdmic;
|
||||
application/cdmi-domain cdmid;
|
||||
application/cdmi-object cdmio;
|
||||
application/cdmi-queue cdmiq;
|
||||
application/CEA cea;
|
||||
application/cellml+xml cellml cml;
|
||||
application/clue_info+xml clue;
|
||||
application/cms cmsc;
|
||||
application/cpl+xml cpl;
|
||||
application/csrattrs csrattrs;
|
||||
application/dash+xml mpd;
|
||||
application/dashdelta mpdd;
|
||||
application/davmount+xml davmount;
|
||||
application/DCD dcd;
|
||||
application/dicom dcm;
|
||||
application/DII dii;
|
||||
application/DIT dit;
|
||||
application/dskpp+xml xmls;
|
||||
application/dssc+der dssc;
|
||||
application/dssc+xml xdssc;
|
||||
application/dvcs dvc;
|
||||
application/ecmascript es;
|
||||
application/efi efi;
|
||||
application/emma+xml emma;
|
||||
application/emotionml+xml emotionml;
|
||||
application/epub+zip epub;
|
||||
application/exi exi;
|
||||
application/fastinfoset finf;
|
||||
application/fdt+xml fdt;
|
||||
application/font-tdpfr pfr;
|
||||
application/geo+json geojson;
|
||||
application/gml+xml gml;
|
||||
application/gzip gz tgz;
|
||||
application/hyperstudio stk;
|
||||
application/inkml+xml ink inkml;
|
||||
application/ipfix ipfix;
|
||||
application/its+xml its;
|
||||
application/javascript js;
|
||||
application/jrd+json jrd;
|
||||
application/json json;
|
||||
application/json-patch+json json-patch;
|
||||
application/ld+json jsonld;
|
||||
application/lgr+xml lgr;
|
||||
application/link-format wlnk;
|
||||
application/lost+xml lostxml;
|
||||
application/lostsync+xml lostsyncxml;
|
||||
application/LXF lxf;
|
||||
application/mac-binhex40 hqx;
|
||||
application/mads+xml mads;
|
||||
application/marc mrc;
|
||||
application/marcxml+xml mrcx;
|
||||
application/mathematica nb ma mb;
|
||||
application/mathml+xml mml;
|
||||
application/mbox mbox;
|
||||
application/metalink4+xml meta4;
|
||||
application/mets+xml mets;
|
||||
application/MF4 mf4;
|
||||
application/mmt-usd+xml musd;
|
||||
application/mods+xml mods;
|
||||
application/mp21 m21 mp21;
|
||||
application/msword doc;
|
||||
application/mxf mxf;
|
||||
application/n-quads nq;
|
||||
application/n-triples nt;
|
||||
application/ocsp-request orq;
|
||||
application/ocsp-response ors;
|
||||
application/octet-stream bin lha lzh exe class so dll img iso;
|
||||
application/oda oda;
|
||||
application/ODX odx;
|
||||
application/oebps-package+xml opf;
|
||||
application/ogg ogx;
|
||||
application/oxps oxps;
|
||||
application/p2p-overlay+xml relo;
|
||||
application/pdf pdf;
|
||||
application/PDX pdx;
|
||||
application/pgp-encrypted pgp;
|
||||
application/pgp-signature sig;
|
||||
application/pkcs10 p10;
|
||||
application/pkcs12 p12 pfx;
|
||||
application/pkcs7-mime p7m p7c;
|
||||
application/pkcs7-signature p7s;
|
||||
application/pkcs8 p8;
|
||||
application/pkix-cert cer;
|
||||
application/pkix-crl crl;
|
||||
application/pkix-pkipath pkipath;
|
||||
application/pkixcmp pki;
|
||||
application/pls+xml pls;
|
||||
application/postscript ps eps ai;
|
||||
application/provenance+xml provx;
|
||||
application/prs.cww cw cww;
|
||||
application/prs.hpub+zip hpub;
|
||||
application/prs.nprend rnd rct;
|
||||
application/prs.rdf-xml-crypt rdf-crypt;
|
||||
application/prs.xsf+xml xsf;
|
||||
application/pskc+xml pskcxml;
|
||||
application/rdf+xml rdf;
|
||||
application/route-apd+xml rapd;
|
||||
application/route-s-tsid+xml sls;
|
||||
application/route-usd+xml rusd;
|
||||
application/reginfo+xml rif;
|
||||
application/relax-ng-compact-syntax rnc;
|
||||
application/resource-lists-diff+xml rld;
|
||||
application/resource-lists+xml rl;
|
||||
application/rfc+xml rfcxml;
|
||||
application/rls-services+xml rs;
|
||||
application/rpki-ghostbusters gbr;
|
||||
application/rpki-manifest mft;
|
||||
application/rpki-roa roa;
|
||||
application/rtf rtf;
|
||||
application/scim+json scim;
|
||||
application/scvp-cv-request scq;
|
||||
application/scvp-cv-response scs;
|
||||
application/scvp-vp-request spq;
|
||||
application/scvp-vp-response spp;
|
||||
application/sdp sdp;
|
||||
application/sgml-open-catalog soc;
|
||||
application/shf+xml shf;
|
||||
application/sieve siv sieve;
|
||||
application/simple-filter+xml cl;
|
||||
application/smil+xml smil smi sml;
|
||||
application/sparql-query rq;
|
||||
application/sparql-results+xml srx;
|
||||
application/sql sql;
|
||||
application/srgs gram;
|
||||
application/srgs+xml grxml;
|
||||
application/sru+xml sru;
|
||||
application/ssml+xml ssml;
|
||||
application/tamp-apex-update tau;
|
||||
application/tamp-apex-update-confirm auc;
|
||||
application/tamp-community-update tcu;
|
||||
application/tamp-community-update-confirm cuc;
|
||||
application/tamp-error ter;
|
||||
application/tamp-sequence-adjust tsa;
|
||||
application/tamp-sequence-adjust-confirm sac;
|
||||
application/tamp-update tur;
|
||||
application/tamp-update-confirm tuc;
|
||||
application/tei+xml tei teiCorpus odd;
|
||||
application/thraud+xml tfi;
|
||||
application/timestamp-query tsq;
|
||||
application/timestamp-reply tsr;
|
||||
application/timestamped-data tsd;
|
||||
application/trig trig;
|
||||
application/ttml+xml ttml;
|
||||
application/urc-grpsheet+xml gsheet;
|
||||
application/urc-ressheet+xml rsheet;
|
||||
application/urc-targetdesc+xml td;
|
||||
application/urc-uisocketdesc+xml uis;
|
||||
application/vnd.1000minds.decision-model+xml 1km;
|
||||
application/vnd.3gpp.pic-bw-large plb;
|
||||
application/vnd.3gpp.pic-bw-small psb;
|
||||
application/vnd.3gpp.pic-bw-var pvb;
|
||||
application/vnd.3gpp2.sms sms;
|
||||
application/vnd.3gpp2.tcap tcap;
|
||||
application/vnd.3lightssoftware.imagescal imgcal;
|
||||
application/vnd.3M.Post-it-Notes pwn;
|
||||
application/vnd.accpac.simply.aso aso;
|
||||
application/vnd.accpac.simply.imp imp;
|
||||
application/vnd.acucobol acu;
|
||||
application/vnd.acucorp atc acutc;
|
||||
application/vnd.adobe.flash.movie swf;
|
||||
application/vnd.adobe.formscentral.fcdt fcdt;
|
||||
application/vnd.adobe.fxp fxp fxpl;
|
||||
application/vnd.adobe.xdp+xml xdp;
|
||||
application/vnd.adobe.xfdf xfdf;
|
||||
application/vnd.ahead.space ahead;
|
||||
application/vnd.airzip.filesecure.azf azf;
|
||||
application/vnd.airzip.filesecure.azs azs;
|
||||
application/vnd.amazon.mobi8-ebook azw3;
|
||||
application/vnd.americandynamics.acc acc;
|
||||
application/vnd.amiga.ami ami;
|
||||
application/vnd.anki apkg;
|
||||
application/vnd.anser-web-certificate-issue-initiation cii;
|
||||
application/vnd.anser-web-funds-transfer-initiation fti;
|
||||
application/vnd.apple.installer+xml dist distz pkg mpkg;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.aristanetworks.swi swi;
|
||||
application/vnd.astraea-software.iota iota;
|
||||
application/vnd.audiograph aep;
|
||||
application/vnd.autopackage package;
|
||||
application/vnd.balsamiq.bmml+xml bmml;
|
||||
application/vnd.balsamiq.bmpr bmpr;
|
||||
application/vnd.blueice.multipass mpm;
|
||||
application/vnd.bluetooth.ep.oob ep;
|
||||
application/vnd.bluetooth.le.oob le;
|
||||
application/vnd.bmi bmi;
|
||||
application/vnd.businessobjects rep;
|
||||
application/vnd.cendio.thinlinc.clientconf tlclient;
|
||||
application/vnd.chemdraw+xml cdxml;
|
||||
application/vnd.chess-pgn pgn;
|
||||
application/vnd.chipnuts.karaoke-mmd mmd;
|
||||
application/vnd.cinderella cdy;
|
||||
application/vnd.citationstyles.style+xml csl;
|
||||
application/vnd.claymore cla;
|
||||
application/vnd.cloanto.rp9 rp9;
|
||||
application/vnd.clonk.c4group c4g c4d c4f c4p c4u;
|
||||
application/vnd.cluetrust.cartomobile-config c11amc;
|
||||
application/vnd.cluetrust.cartomobile-config-pkg c11amz;
|
||||
application/vnd.coffeescript coffee;
|
||||
application/vnd.comicbook+zip cbz;
|
||||
application/vnd.commerce-battelle ica icf icd ic0 ic1 ic2 ic3 ic4 ic5 ic6 ic7 ic8;
|
||||
application/vnd.commonspace csp cst;
|
||||
application/vnd.contact.cmsg cdbcmsg;
|
||||
application/vnd.coreos.ignition+json ign ignition;
|
||||
application/vnd.cosmocaller cmc;
|
||||
application/vnd.crick.clicker clkx;
|
||||
application/vnd.crick.clicker.keyboard clkk;
|
||||
application/vnd.crick.clicker.palette clkp;
|
||||
application/vnd.crick.clicker.template clkt;
|
||||
application/vnd.crick.clicker.wordbank clkw;
|
||||
application/vnd.criticaltools.wbs+xml wbs;
|
||||
application/vnd.ctc-posml pml;
|
||||
application/vnd.cups-ppd ppd;
|
||||
application/vnd.curl curl;
|
||||
application/vnd.dart dart;
|
||||
application/vnd.data-vision.rdz rdz;
|
||||
application/vnd.debian.binary-package deb udeb;
|
||||
application/vnd.dece.data uvf uvvf uvd uvvd;
|
||||
application/vnd.dece.ttml+xml uvt uvvt;
|
||||
application/vnd.dece.unspecified uvx uvvx;
|
||||
application/vnd.dece.zip uvz uvvz;
|
||||
application/vnd.denovo.fcselayout-link fe_launch;
|
||||
application/vnd.desmume.movie dsm;
|
||||
application/vnd.dna dna;
|
||||
application/vnd.document+json docjson;
|
||||
application/vnd.doremir.scorecloud-binary-document scld;
|
||||
application/vnd.dpgraph dpg mwc dpgraph;
|
||||
application/vnd.dreamfactory dfac;
|
||||
application/vnd.dtg.local.flash fla;
|
||||
application/vnd.dvb.ait ait;
|
||||
application/vnd.dvb.service svc;
|
||||
application/vnd.dynageo geo;
|
||||
application/vnd.dzr dzr;
|
||||
application/vnd.ecowin.chart mag;
|
||||
application/vnd.enliven nml;
|
||||
application/vnd.epson.esf esf;
|
||||
application/vnd.epson.msf msf;
|
||||
application/vnd.epson.quickanime qam;
|
||||
application/vnd.epson.salt slt;
|
||||
application/vnd.epson.ssf ssf;
|
||||
application/vnd.ericsson.quickcall qcall qca;
|
||||
application/vnd.espass-espass+zip espass;
|
||||
application/vnd.eszigno3+xml es3 et3;
|
||||
application/vnd.etsi.asic-e+zip asice sce;
|
||||
application/vnd.etsi.asic-s+zip asics;
|
||||
application/vnd.etsi.timestamp-token tst;
|
||||
application/vnd.evolv.ecig.profile ecigprofile;
|
||||
application/vnd.evolv.ecig.settings ecig;
|
||||
application/vnd.evolv.ecig.theme ecigtheme;
|
||||
application/vnd.ezpix-album ez2;
|
||||
application/vnd.ezpix-package ez3;
|
||||
application/vnd.fastcopy-disk-image dim;
|
||||
application/vnd.fdf fdf;
|
||||
application/vnd.fdsn.mseed msd mseed;
|
||||
application/vnd.fdsn.seed seed dataless;
|
||||
application/vnd.filmit.zfc zfc;
|
||||
application/vnd.FloGraphIt gph;
|
||||
application/vnd.fluxtime.clip ftc;
|
||||
application/vnd.font-fontforge-sfd sfd;
|
||||
application/vnd.framemaker fm;
|
||||
application/vnd.frogans.fnc fnc;
|
||||
application/vnd.frogans.ltf ltf;
|
||||
application/vnd.fsc.weblaunch fsc;
|
||||
application/vnd.fujitsu.oasys oas;
|
||||
application/vnd.fujitsu.oasys2 oa2;
|
||||
application/vnd.fujitsu.oasys3 oa3;
|
||||
application/vnd.fujitsu.oasysgp fg5;
|
||||
application/vnd.fujitsu.oasysprs bh2;
|
||||
application/vnd.fujixerox.ddd ddd;
|
||||
application/vnd.fujixerox.docuworks xdw;
|
||||
application/vnd.fujixerox.docuworks.binder xbd;
|
||||
application/vnd.fujixerox.docuworks.container xct;
|
||||
application/vnd.fuzzysheet fzs;
|
||||
application/vnd.genomatix.tuxedo txd;
|
||||
application/vnd.geocube+xml g3 g³;
|
||||
application/vnd.geogebra.file ggb;
|
||||
application/vnd.geogebra.tool ggt;
|
||||
application/vnd.geometry-explorer gex gre;
|
||||
application/vnd.geonext gxt;
|
||||
application/vnd.geoplan g2w;
|
||||
application/vnd.geospace g3w;
|
||||
application/vnd.gmx gmx;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/vnd.grafeq gqf gqs;
|
||||
application/vnd.groove-account gac;
|
||||
application/vnd.groove-help ghf;
|
||||
application/vnd.groove-identity-message gim;
|
||||
application/vnd.groove-injector grv;
|
||||
application/vnd.groove-tool-message gtm;
|
||||
application/vnd.groove-tool-template tpl;
|
||||
application/vnd.groove-vcard vcg;
|
||||
application/vnd.hal+xml hal;
|
||||
application/vnd.HandHeld-Entertainment+xml zmm;
|
||||
application/vnd.hbci hbci hbc kom upa pkd bpd;
|
||||
application/vnd.hdt hdt;
|
||||
application/vnd.hhe.lesson-player les;
|
||||
application/vnd.hp-HPGL hpgl;
|
||||
application/vnd.hp-hpid hpi hpid;
|
||||
application/vnd.hp-hps hps;
|
||||
application/vnd.hp-jlyt jlt;
|
||||
application/vnd.hp-PCL pcl;
|
||||
application/vnd.hydrostatix.sof-data sfd-hdstx;
|
||||
application/vnd.hzn-3d-crossword x3d;
|
||||
application/vnd.ibm.electronic-media emm;
|
||||
application/vnd.ibm.MiniPay mpy;
|
||||
application/vnd.ibm.modcap list3820 listafp afp pseg3820;
|
||||
application/vnd.ibm.rights-management irm;
|
||||
application/vnd.ibm.secure-container sc;
|
||||
application/vnd.iccprofile icc icm;
|
||||
application/vnd.ieee.1905 1905.1;
|
||||
application/vnd.igloader igl;
|
||||
application/vnd.imagemeter.folder+zip imf;
|
||||
application/vnd.imagemeter.image+zip imi;
|
||||
application/vnd.immervision-ivp ivp;
|
||||
application/vnd.immervision-ivu ivu;
|
||||
application/vnd.ims.imsccv1p1 imscc;
|
||||
application/vnd.insors.igm igm;
|
||||
application/vnd.intercon.formnet xpw xpx;
|
||||
application/vnd.intergeo i2g;
|
||||
application/vnd.intu.qbo qbo;
|
||||
application/vnd.intu.qfx qfx;
|
||||
application/vnd.ipunplugged.rcprofile rcprofile;
|
||||
application/vnd.irepository.package+xml irp;
|
||||
application/vnd.is-xpr xpr;
|
||||
application/vnd.isac.fcs fcs;
|
||||
application/vnd.jam jam;
|
||||
application/vnd.jcp.javame.midlet-rms rms;
|
||||
application/vnd.jisp jisp;
|
||||
application/vnd.joost.joda-archive joda;
|
||||
application/vnd.kahootz ktz ktr;
|
||||
application/vnd.kde.karbon karbon;
|
||||
application/vnd.kde.kchart chrt;
|
||||
application/vnd.kde.kformula kfo;
|
||||
application/vnd.kde.kivio flw;
|
||||
application/vnd.kde.kontour kon;
|
||||
application/vnd.kde.kpresenter kpr kpt;
|
||||
application/vnd.kde.kspread ksp;
|
||||
application/vnd.kde.kword kwd kwt;
|
||||
application/vnd.kenameaapp htke;
|
||||
application/vnd.kidspiration kia;
|
||||
application/vnd.Kinar kne knp sdf;
|
||||
application/vnd.koan skp skd skm skt;
|
||||
application/vnd.kodak-descriptor sse;
|
||||
application/vnd.las.las+json lasjson;
|
||||
application/vnd.las.las+xml lasxml;
|
||||
application/vnd.llamagraphics.life-balance.desktop lbd;
|
||||
application/vnd.llamagraphics.life-balance.exchange+xml lbe;
|
||||
application/vnd.lotus-1-2-3 123 wk4 wk3 wk1;
|
||||
application/vnd.lotus-approach apr vew;
|
||||
application/vnd.lotus-freelance prz pre;
|
||||
application/vnd.lotus-notes nsf ntf ndl ns4 ns3 ns2 nsh nsg;
|
||||
application/vnd.lotus-organizer or3 or2 org;
|
||||
application/vnd.lotus-screencam scm;
|
||||
application/vnd.lotus-wordpro lwp sam;
|
||||
application/vnd.macports.portpkg portpkg;
|
||||
application/vnd.mapbox-vector-tile mvt;
|
||||
application/vnd.marlin.drm.mdcf mdc;
|
||||
application/vnd.maxmind.maxmind-db mmdb;
|
||||
application/vnd.mcd mcd;
|
||||
application/vnd.medcalcdata mc1;
|
||||
application/vnd.mediastation.cdkey cdkey;
|
||||
application/vnd.MFER mwf;
|
||||
application/vnd.mfmp mfm;
|
||||
application/vnd.micrografx.flo flo;
|
||||
application/vnd.micrografx.igx igx;
|
||||
application/vnd.mif mif;
|
||||
application/vnd.Mobius.DAF daf;
|
||||
application/vnd.Mobius.DIS dis;
|
||||
application/vnd.Mobius.MBK mbk;
|
||||
application/vnd.Mobius.MQY mqy;
|
||||
application/vnd.Mobius.MSL msl;
|
||||
application/vnd.Mobius.PLC plc;
|
||||
application/vnd.Mobius.TXF txf;
|
||||
application/vnd.mophun.application mpn;
|
||||
application/vnd.mophun.certificate mpc;
|
||||
application/vnd.mozilla.xul+xml xul;
|
||||
application/vnd.ms-3mfdocument 3mf;
|
||||
application/vnd.ms-artgalry cil;
|
||||
application/vnd.ms-asf asf;
|
||||
application/vnd.ms-cab-compressed cab;
|
||||
application/vnd.ms-excel xls xlm xla xlc xlt xlw;
|
||||
application/vnd.ms-excel.template.macroEnabled.12 xltm;
|
||||
application/vnd.ms-excel.addin.macroEnabled.12 xlam;
|
||||
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb;
|
||||
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-htmlhelp chm;
|
||||
application/vnd.ms-ims ims;
|
||||
application/vnd.ms-lrm lrm;
|
||||
application/vnd.ms-officetheme thmx;
|
||||
application/vnd.ms-powerpoint ppt pps pot;
|
||||
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam;
|
||||
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm;
|
||||
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm;
|
||||
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm;
|
||||
application/vnd.ms-powerpoint.template.macroEnabled.12 potm;
|
||||
application/vnd.ms-project mpp mpt;
|
||||
application/vnd.ms-tnef tnef tnf;
|
||||
application/vnd.ms-word.document.macroEnabled.12 docm;
|
||||
application/vnd.ms-word.template.macroEnabled.12 dotm;
|
||||
application/vnd.ms-works wcm wdb wks wps;
|
||||
application/vnd.ms-wpl wpl;
|
||||
application/vnd.ms-xpsdocument xps;
|
||||
application/vnd.msa-disk-image msa;
|
||||
application/vnd.mseq mseq;
|
||||
application/vnd.multiad.creator crtr;
|
||||
application/vnd.multiad.creator.cif cif;
|
||||
application/vnd.musician mus;
|
||||
application/vnd.muvee.style msty;
|
||||
application/vnd.mynfc taglet;
|
||||
application/vnd.nervana entity request bkm kcm;
|
||||
application/vnd.nitf nitf;
|
||||
application/vnd.neurolanguage.nlu nlu;
|
||||
application/vnd.nintendo.nitro.rom nds;
|
||||
application/vnd.nintendo.snes.rom sfc smc;
|
||||
application/vnd.noblenet-directory nnd;
|
||||
application/vnd.noblenet-sealer nns;
|
||||
application/vnd.noblenet-web nnw;
|
||||
application/vnd.nokia.n-gage.ac+xml ac;
|
||||
application/vnd.nokia.n-gage.data ngdat;
|
||||
application/vnd.nokia.n-gage.symbian.install n-gage;
|
||||
application/vnd.nokia.radio-preset rpst;
|
||||
application/vnd.nokia.radio-presets rpss;
|
||||
application/vnd.novadigm.EDM edm;
|
||||
application/vnd.novadigm.EDX edx;
|
||||
application/vnd.novadigm.EXT ext;
|
||||
application/vnd.oasis.opendocument.chart odc;
|
||||
application/vnd.oasis.opendocument.chart-template otc;
|
||||
application/vnd.oasis.opendocument.database odb;
|
||||
application/vnd.oasis.opendocument.formula odf;
|
||||
application/vnd.oasis.opendocument.graphics odg;
|
||||
application/vnd.oasis.opendocument.graphics-template otg;
|
||||
application/vnd.oasis.opendocument.image odi;
|
||||
application/vnd.oasis.opendocument.image-template oti;
|
||||
application/vnd.oasis.opendocument.presentation odp;
|
||||
application/vnd.oasis.opendocument.presentation-template otp;
|
||||
application/vnd.oasis.opendocument.spreadsheet ods;
|
||||
application/vnd.oasis.opendocument.spreadsheet-template ots;
|
||||
application/vnd.oasis.opendocument.text odt;
|
||||
application/vnd.oasis.opendocument.text-master odm;
|
||||
application/vnd.oasis.opendocument.text-template ott;
|
||||
application/vnd.oasis.opendocument.text-web oth;
|
||||
application/vnd.olpc-sugar xo;
|
||||
application/vnd.oma.dd2+xml dd2;
|
||||
application/vnd.onepager tam;
|
||||
application/vnd.onepagertamp tamp;
|
||||
application/vnd.onepagertamx tamx;
|
||||
application/vnd.onepagertat tat;
|
||||
application/vnd.onepagertatp tatp;
|
||||
application/vnd.onepagertatx tatx;
|
||||
application/vnd.openblox.game+xml obgx;
|
||||
application/vnd.openblox.game-binary obg;
|
||||
application/vnd.openeye.oeb oeb;
|
||||
application/vnd.openofficeorg.extension oxt;
|
||||
application/vnd.openstreetmap.data+xml osm;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.slide sldx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.template potx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx;
|
||||
application/vnd.osa.netdeploy ndc;
|
||||
application/vnd.osgeo.mapguide.package mgp;
|
||||
application/vnd.osgi.dp dp;
|
||||
application/vnd.osgi.subsystem esa;
|
||||
application/vnd.oxli.countgraph oxlicg;
|
||||
application/vnd.palm prc pdb pqa oprc;
|
||||
application/vnd.panoply plp;
|
||||
application/vnd.pawaafile paw;
|
||||
application/vnd.pg.format str;
|
||||
application/vnd.pg.osasli ei6;
|
||||
application/vnd.piaccess.application-license pil;
|
||||
application/vnd.picsel efif;
|
||||
application/vnd.pmi.widget wg;
|
||||
application/vnd.pocketlearn plf;
|
||||
application/vnd.powerbuilder6 pbd;
|
||||
application/vnd.preminet preminet;
|
||||
application/vnd.previewsystems.box box vbox;
|
||||
application/vnd.proteus.magazine mgz;
|
||||
application/vnd.publishare-delta-tree qps;
|
||||
application/vnd.pvi.ptid1 ptid;
|
||||
application/vnd.qualcomm.brew-app-res bar;
|
||||
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb;
|
||||
application/vnd.quobject-quoxdocument quox quiz;
|
||||
application/vnd.rainstor.data tree;
|
||||
application/vnd.rar rar;
|
||||
application/vnd.realvnc.bed bed;
|
||||
application/vnd.recordare.musicxml mxl;
|
||||
application/vnd.rig.cryptonote cryptonote;
|
||||
application/vnd.route66.link66+xml link66;
|
||||
application/vnd.sailingtracker.track st;
|
||||
application/vnd.scribus scd sla slaz;
|
||||
application/vnd.sealed.3df s3df;
|
||||
application/vnd.sealed.csf scsf;
|
||||
application/vnd.sealed.doc sdoc sdo s1w;
|
||||
application/vnd.sealed.eml seml sem;
|
||||
application/vnd.sealed.mht smht smh;
|
||||
application/vnd.sealed.ppt sppt s1p;
|
||||
application/vnd.sealed.tiff stif;
|
||||
application/vnd.sealed.xls sxls sxl s1e;
|
||||
application/vnd.sealedmedia.softseal.html stml s1h;
|
||||
application/vnd.sealedmedia.softseal.pdf spdf spd s1a;
|
||||
application/vnd.seemail see;
|
||||
application/vnd.sema sema;
|
||||
application/vnd.semd semd;
|
||||
application/vnd.semf semf;
|
||||
application/vnd.shana.informed.formdata ifm;
|
||||
application/vnd.shana.informed.formtemplate itp;
|
||||
application/vnd.shana.informed.interchange iif;
|
||||
application/vnd.shana.informed.package ipk;
|
||||
application/vnd.sigrok.session sr;
|
||||
application/vnd.SimTech-MindMapper twd twds;
|
||||
application/vnd.smaf mmf;
|
||||
application/vnd.smart.notebook notebook;
|
||||
application/vnd.smart.teacher teacher;
|
||||
application/vnd.software602.filler.form+xml fo;
|
||||
application/vnd.software602.filler.form-xml-zip zfo;
|
||||
application/vnd.solent.sdkm+xml sdkm sdkd;
|
||||
application/vnd.spotfire.dxp dxp;
|
||||
application/vnd.spotfire.sfs sfs;
|
||||
application/vnd.stepmania.package smzip;
|
||||
application/vnd.stepmania.stepchart sm;
|
||||
application/vnd.sun.wadl+xml wadl;
|
||||
application/vnd.sus-calendar sus susp;
|
||||
application/vnd.syncml+xml xsm;
|
||||
application/vnd.syncml.dm+wbxml bdm;
|
||||
application/vnd.syncml.dm+xml xdm;
|
||||
application/vnd.syncml.dmddf+xml ddf;
|
||||
application/vnd.tao.intent-module-archive tao;
|
||||
application/vnd.tcpdump.pcap pcap cap dmp;
|
||||
application/vnd.theqvd qvd;
|
||||
application/vnd.tml vfr viaframe;
|
||||
application/vnd.tmobile-livetv tmo;
|
||||
application/vnd.trid.tpt tpt;
|
||||
application/vnd.triscape.mxs mxs;
|
||||
application/vnd.trueapp tra;
|
||||
application/vnd.ufdl ufdl ufd frm;
|
||||
application/vnd.uiq.theme utz;
|
||||
application/vnd.umajin umj;
|
||||
application/vnd.unity unityweb;
|
||||
application/vnd.uoml+xml uoml uo;
|
||||
application/vnd.uri-map urim urimap;
|
||||
application/vnd.valve.source.material vmt;
|
||||
application/vnd.vcx vcx;
|
||||
application/vnd.vd-study mxi study-inter model-inter;
|
||||
application/vnd.vectorworks vwx;
|
||||
application/vnd.vidsoft.vidconference vsc;
|
||||
application/vnd.visio vsd vst vsw vss;
|
||||
application/vnd.visionary vis;
|
||||
application/vnd.vsf vsf;
|
||||
application/vnd.wap.sic sic;
|
||||
application/vnd.wap.slc slc;
|
||||
application/vnd.wap.wbxml wbxml;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.wap.wmlscriptc wmlsc;
|
||||
application/vnd.webturbo wtb;
|
||||
application/vnd.wfa.p2p p2p;
|
||||
application/vnd.wfa.wsc wsc;
|
||||
application/vnd.wmc wmc;
|
||||
application/vnd.wolfram.mathematica.package m;
|
||||
application/vnd.wolfram.player nbp;
|
||||
application/vnd.wordperfect wpd;
|
||||
application/vnd.wqd wqd;
|
||||
application/vnd.wt.stf stf;
|
||||
application/vnd.wv.csp+wbxml wv;
|
||||
application/vnd.xara xar;
|
||||
application/vnd.xfdl xfdl xfd;
|
||||
application/vnd.xmpie.cpkg cpkg;
|
||||
application/vnd.xmpie.dpkg dpkg;
|
||||
application/vnd.xmpie.ppkg ppkg;
|
||||
application/vnd.xmpie.xlim xlim;
|
||||
application/vnd.yamaha.hv-dic hvd;
|
||||
application/vnd.yamaha.hv-script hvs;
|
||||
application/vnd.yamaha.hv-voice hvp;
|
||||
application/vnd.yamaha.openscoreformat osf;
|
||||
application/vnd.yamaha.smaf-audio saf;
|
||||
application/vnd.yamaha.smaf-phrase spf;
|
||||
application/vnd.yaoweme yme;
|
||||
application/vnd.yellowriver-custom-menu cmp;
|
||||
application/vnd.zul zir zirz;
|
||||
application/vnd.zzazz.deck+xml zaz;
|
||||
application/voicexml+xml vxml;
|
||||
application/watcherinfo+xml wif;
|
||||
application/widget wgt;
|
||||
application/wsdl+xml wsdl;
|
||||
application/wspolicy+xml wspolicy;
|
||||
application/xcap-att+xml xav;
|
||||
application/xcap-caps+xml xca;
|
||||
application/xcap-diff+xml xdf;
|
||||
application/xcap-el+xml xel;
|
||||
application/xcap-error+xml xer;
|
||||
application/xcap-ns+xml xns;
|
||||
application/xhtml+xml xhtml xhtm xht;
|
||||
application/xml-dtd dtd;
|
||||
application/xop+xml xop;
|
||||
application/xslt+xml xsl xslt;
|
||||
application/xv+xml mxml xhvml xvml xvm;
|
||||
application/yang yang;
|
||||
application/yin+xml yin;
|
||||
application/zip zip;
|
||||
audio/32kadpcm 726;
|
||||
audio/ac3 ac3;
|
||||
audio/AMR amr;
|
||||
audio/AMR-WB awb;
|
||||
audio/asc acn;
|
||||
audio/ATRAC-ADVANCED-LOSSLESS aal;
|
||||
audio/ATRAC-X atx;
|
||||
audio/ATRAC3 at3 aa3 omg;
|
||||
audio/basic au snd;
|
||||
audio/dls dls;
|
||||
audio/EVRC evc;
|
||||
audio/EVRCB evb;
|
||||
audio/EVRCNW enw;
|
||||
audio/EVRCWB evw;
|
||||
audio/iLBC lbc;
|
||||
audio/L16 l16;
|
||||
audio/mobile-xmf mxmf;
|
||||
audio/mp4 m4a;
|
||||
audio/mpeg mp3 mpga mp1 mp2;
|
||||
audio/ogg oga ogg opus spx;
|
||||
audio/prs.sid sid psid;
|
||||
audio/qcelp qcp;
|
||||
audio/SMV smv;
|
||||
audio/vnd.audikoz koz;
|
||||
audio/vnd.dece.audio uva uvva;
|
||||
audio/vnd.digital-winds eol;
|
||||
audio/vnd.dolby.mlp mlp;
|
||||
audio/vnd.dts dts;
|
||||
audio/vnd.dts.hd dtshd;
|
||||
audio/vnd.everad.plj plj;
|
||||
audio/vnd.lucent.voice lvp;
|
||||
audio/vnd.ms-playready.media.pya pya;
|
||||
audio/vnd.nortel.vbk vbk;
|
||||
audio/vnd.nuera.ecelp4800 ecelp4800;
|
||||
audio/vnd.nuera.ecelp7470 ecelp7470;
|
||||
audio/vnd.nuera.ecelp9600 ecelp9600;
|
||||
audio/vnd.presonus.multitrack multitrack;
|
||||
audio/vnd.rip rip;
|
||||
audio/vnd.sealedmedia.softseal.mpeg smp3 smp s1m;
|
||||
font/collection ttc;
|
||||
font/otf otf;
|
||||
font/ttf ttf;
|
||||
font/woff woff;
|
||||
font/woff2 woff2;
|
||||
image/bmp bmp dib;
|
||||
image/cgm cgm;
|
||||
image/dicom-rle drle;
|
||||
image/emf emf;
|
||||
image/fits fits fit fts;
|
||||
image/gif gif;
|
||||
image/ief ief;
|
||||
image/jls jls;
|
||||
image/jp2 jp2 jpg2;
|
||||
image/jpeg jpg jpeg jpe jfif;
|
||||
image/jpm jpm jpgm;
|
||||
image/jpx jpx jpf;
|
||||
image/ktx ktx;
|
||||
image/png png;
|
||||
image/prs.btif btif btf;
|
||||
image/prs.pti pti;
|
||||
image/svg+xml svg svgz;
|
||||
image/t38 t38;
|
||||
image/tiff tiff tif;
|
||||
image/tiff-fx tfx;
|
||||
image/vnd.adobe.photoshop psd;
|
||||
image/vnd.airzip.accelerator.azv azv;
|
||||
image/vnd.dece.graphic uvi uvvi uvg uvvg;
|
||||
image/vnd.djvu djvu djv;
|
||||
image/vnd.dwg dwg;
|
||||
image/vnd.dxf dxf;
|
||||
image/vnd.fastbidsheet fbs;
|
||||
image/vnd.fpx fpx;
|
||||
image/vnd.fst fst;
|
||||
image/vnd.fujixerox.edmics-mmr mmr;
|
||||
image/vnd.fujixerox.edmics-rlc rlc;
|
||||
image/vnd.globalgraphics.pgb pgb;
|
||||
image/vnd.microsoft.icon ico;
|
||||
image/vnd.mozilla.apng apng;
|
||||
image/vnd.ms-modi mdi;
|
||||
image/vnd.radiance hdr rgbe xyze;
|
||||
image/vnd.sealed.png spng spn s1n;
|
||||
image/vnd.sealedmedia.softseal.gif sgif sgi s1g;
|
||||
image/vnd.sealedmedia.softseal.jpg sjpg sjp s1j;
|
||||
image/vnd.tencent.tap tap;
|
||||
image/vnd.valve.source.texture vtf;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/vnd.xiff xif;
|
||||
image/vnd.zbrush.pcx pcx;
|
||||
image/wmf wmf;
|
||||
message/global u8msg;
|
||||
message/global-delivery-status u8dsn;
|
||||
message/global-disposition-notification u8mdn;
|
||||
message/global-headers u8hdr;
|
||||
message/rfc822 eml mail art;
|
||||
model/gltf+json gltf;
|
||||
model/iges igs iges;
|
||||
model/mesh msh mesh silo;
|
||||
model/vnd.collada+xml dae;
|
||||
model/vnd.dwf dwf;
|
||||
model/vnd.gdl gdl gsm win dor lmp rsm msm ism;
|
||||
model/vnd.gtw gtw;
|
||||
model/vnd.moml+xml moml;
|
||||
model/vnd.mts mts;
|
||||
model/vnd.opengex ogex;
|
||||
model/vnd.parasolid.transmit.binary x_b xmt_bin;
|
||||
model/vnd.parasolid.transmit.text x_t xmt_txt;
|
||||
model/vnd.valve.source.compiled-map bsp;
|
||||
model/vnd.vtu vtu;
|
||||
model/vrml wrl vrml;
|
||||
model/x3d+xml x3db;
|
||||
model/x3d-vrml x3dv x3dvz;
|
||||
multipart/vnd.bint.med-plus bmed;
|
||||
multipart/voice-message vpm;
|
||||
text/cache-manifest appcache manifest;
|
||||
text/calendar ics ifb;
|
||||
text/css css;
|
||||
text/csv csv;
|
||||
text/csv-schema csvs;
|
||||
text/dns soa zone;
|
||||
text/html html htm;
|
||||
text/jcr-cnd cnd;
|
||||
text/markdown markdown md;
|
||||
text/mizar miz;
|
||||
text/n3 n3;
|
||||
text/plain txt asc text pm el c h cc hh cxx hxx f90 conf log;
|
||||
text/provenance-notation provn;
|
||||
text/prs.fallenstein.rst rst;
|
||||
text/prs.lines.tag tag dsc;
|
||||
text/richtext rtx;
|
||||
text/sgml sgml sgm;
|
||||
text/tab-separated-values tsv;
|
||||
text/troff t tr roff;
|
||||
text/turtle ttl;
|
||||
text/uri-list uris uri;
|
||||
text/vcard vcf vcard;
|
||||
text/vnd.a a;
|
||||
text/vnd.abc abc;
|
||||
text/vnd.ascii-art ascii;
|
||||
text/vnd.debian.copyright copyright;
|
||||
text/vnd.DMClientScript dms;
|
||||
text/vnd.dvb.subtitle sub;
|
||||
text/vnd.esmertec.theme-descriptor jtd;
|
||||
text/vnd.fly fly;
|
||||
text/vnd.fmi.flexstor flx;
|
||||
text/vnd.graphviz gv dot;
|
||||
text/vnd.in3d.3dml 3dml 3dm;
|
||||
text/vnd.in3d.spot spot spo;
|
||||
text/vnd.ms-mediapackage mpf;
|
||||
text/vnd.net2phone.commcenter.command ccc;
|
||||
text/vnd.si.uricatalogue uric;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.trolltech.linguist ts;
|
||||
text/vnd.wap.si si;
|
||||
text/vnd.wap.sl sl;
|
||||
text/vnd.wap.wml wml;
|
||||
text/vnd.wap.wmlscript wmls;
|
||||
text/xml xml xsd rng;
|
||||
text/xml-external-parsed-entity ent;
|
||||
video/3gpp 3gp 3gpp;
|
||||
video/3gpp2 3g2 3gpp2;
|
||||
video/iso.segment m4s;
|
||||
video/mj2 mj2 mjp2;
|
||||
video/mp4 mp4 mpg4 m4v;
|
||||
video/mpeg mpeg mpg mpe m1v m2v;
|
||||
video/ogg ogv;
|
||||
video/quicktime mov qt;
|
||||
video/vnd.dece.hd uvh uvvh;
|
||||
video/vnd.dece.mobile uvm uvvm;
|
||||
video/vnd.dece.mp4 uvu uvvu;
|
||||
video/vnd.dece.pd uvp uvvp;
|
||||
video/vnd.dece.sd uvs uvvs;
|
||||
video/vnd.dece.video uvv uvvv;
|
||||
video/vnd.dvb.file dvb;
|
||||
video/vnd.fvt fvt;
|
||||
video/vnd.mpegurl mxu m4u;
|
||||
video/vnd.ms-playready.media.pyv pyv;
|
||||
video/vnd.nokia.interleaved-multimedia nim;
|
||||
video/vnd.radgamettools.bink bik bk2;
|
||||
video/vnd.radgamettools.smacker smk;
|
||||
video/vnd.sealed.mpeg1 smpg s11;
|
||||
video/vnd.sealed.mpeg4 s14;
|
||||
video/vnd.sealed.swf sswf ssw;
|
||||
video/vnd.sealedmedia.softseal.mov smov smo s1q;
|
||||
video/vnd.vivo viv;
|
||||
application/mac-compactpro cpt;
|
||||
application/metalink+xml metalink;
|
||||
application/owl+xml owx;
|
||||
application/rss+xml rss;
|
||||
application/vnd.android.package-archive apk;
|
||||
application/vnd.oma.dd+xml dd;
|
||||
application/vnd.oma.drm.content dcf;
|
||||
application/vnd.oma.drm.dcf o4a o4v;
|
||||
application/vnd.oma.drm.message dm;
|
||||
application/vnd.oma.drm.rights+wbxml drc;
|
||||
application/vnd.oma.drm.rights+xml dr;
|
||||
application/vnd.sun.xml.calc sxc;
|
||||
application/vnd.sun.xml.calc.template stc;
|
||||
application/vnd.sun.xml.draw sxd;
|
||||
application/vnd.sun.xml.draw.template std;
|
||||
application/vnd.sun.xml.impress sxi;
|
||||
application/vnd.sun.xml.impress.template sti;
|
||||
application/vnd.sun.xml.math sxm;
|
||||
application/vnd.sun.xml.writer sxw;
|
||||
application/vnd.sun.xml.writer.global sxg;
|
||||
application/vnd.sun.xml.writer.template stw;
|
||||
application/vnd.symbian.install sis;
|
||||
application/vnd.wap.mms-message mms;
|
||||
application/x-annodex anx;
|
||||
application/x-bcpio bcpio;
|
||||
application/x-bittorrent torrent;
|
||||
application/x-bzip2 bz2;
|
||||
application/x-cdlink vcd;
|
||||
application/x-chrome-extension crx;
|
||||
application/x-cpio cpio;
|
||||
application/x-csh csh;
|
||||
application/x-director dcr dir dxr;
|
||||
application/x-dvi dvi;
|
||||
application/x-futuresplash spl;
|
||||
application/x-gtar gtar;
|
||||
application/x-hdf hdf;
|
||||
application/x-java-archive jar;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-java-pack200 pack;
|
||||
application/x-killustrator kil;
|
||||
application/x-latex latex;
|
||||
application/x-netcdf nc cdf;
|
||||
application/x-perl pl;
|
||||
application/x-rpm rpm;
|
||||
application/x-sh sh;
|
||||
application/x-shar shar;
|
||||
application/x-stuffit sit;
|
||||
application/x-sv4cpio sv4cpio;
|
||||
application/x-sv4crc sv4crc;
|
||||
application/x-tar tar;
|
||||
application/x-tcl tcl;
|
||||
application/x-tex tex;
|
||||
application/x-texinfo texinfo texi;
|
||||
application/x-troff-man man 1 2 3 4 5 6 7 8;
|
||||
application/x-troff-me me;
|
||||
application/x-troff-ms ms;
|
||||
application/x-ustar ustar;
|
||||
application/x-wais-source src;
|
||||
application/x-xpinstall xpi;
|
||||
application/x-xspf+xml xspf;
|
||||
application/x-xz xz;
|
||||
audio/midi mid midi kar;
|
||||
audio/x-aiff aif aiff aifc;
|
||||
audio/x-annodex axa;
|
||||
audio/x-flac flac;
|
||||
audio/x-matroska mka;
|
||||
audio/x-mod mod ult uni m15 mtm 669 med;
|
||||
audio/x-mpegurl m3u;
|
||||
audio/x-ms-wax wax;
|
||||
audio/x-ms-wma wma;
|
||||
audio/x-pn-realaudio ram rm;
|
||||
audio/x-realaudio ra;
|
||||
audio/x-s3m s3m;
|
||||
audio/x-stm stm;
|
||||
audio/x-wav wav;
|
||||
chemical/x-xyz xyz;
|
||||
image/webp webp;
|
||||
image/x-cmu-raster ras;
|
||||
image/x-portable-anymap pnm;
|
||||
image/x-portable-bitmap pbm;
|
||||
image/x-portable-graymap pgm;
|
||||
image/x-portable-pixmap ppm;
|
||||
image/x-rgb rgb;
|
||||
image/x-targa tga;
|
||||
image/x-xbitmap xbm;
|
||||
image/x-xpixmap xpm;
|
||||
image/x-xwindowdump xwd;
|
||||
text/html-sandboxed sandboxed;
|
||||
text/x-pod pod;
|
||||
text/x-setext etx;
|
||||
video/webm webm;
|
||||
video/x-annodex axv;
|
||||
video/x-flv flv;
|
||||
video/x-javafx fxm;
|
||||
video/x-matroska mkv;
|
||||
video/x-matroska-3d mk3d;
|
||||
video/x-ms-asf asx;
|
||||
video/x-ms-wm wm;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-ms-wmx wmx;
|
||||
video/x-ms-wvx wvx;
|
||||
video/x-msvideo avi;
|
||||
video/x-sgi-movie movie;
|
||||
x-conference/x-cooltalk ice;
|
||||
x-epoc/x-sisx-app sisx;
|
||||
}
|
117
.dev-tools/distribution_tests/arch/etc/nginx/nginx.conf
Normal file
117
.dev-tools/distribution_tests/arch/etc/nginx/nginx.conf
Normal file
|
@ -0,0 +1,117 @@
|
|||
|
||||
#user html;
|
||||
worker_processes 1;
|
||||
|
||||
#error_log logs/error.log;
|
||||
#error_log logs/error.log notice;
|
||||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
# '$status $body_bytes_sent "$http_referer" '
|
||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log logs/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
#keepalive_timeout 0;
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log logs/host.access.log main;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
||||
# redirect server error pages to the static page /50x.html
|
||||
#
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# proxy_pass http://127.0.0.1;
|
||||
#}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# root html;
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# fastcgi_index index.php;
|
||||
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
# include fastcgi_params;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# another virtual host using mix of IP-, name-, and port-based configuration
|
||||
#
|
||||
#server {
|
||||
# listen 8000;
|
||||
# listen somename:8080;
|
||||
# server_name somename alias another.alias;
|
||||
|
||||
# location / {
|
||||
# root html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
|
||||
# HTTPS server
|
||||
#
|
||||
#server {
|
||||
# listen 443 ssl;
|
||||
# server_name localhost;
|
||||
|
||||
# ssl_certificate cert.pem;
|
||||
# ssl_certificate_key cert.key;
|
||||
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 5m;
|
||||
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
|
||||
# location / {
|
||||
# root html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
}
|
17
.dev-tools/distribution_tests/arch/etc/nginx/scgi_params
Normal file
17
.dev-tools/distribution_tests/arch/etc/nginx/scgi_params
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
17
.dev-tools/distribution_tests/arch/etc/nginx/uwsgi_params
Normal file
17
.dev-tools/distribution_tests/arch/etc/nginx/uwsgi_params
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
126
.dev-tools/distribution_tests/arch/etc/nginx/win-utf
Normal file
126
.dev-tools/distribution_tests/arch/etc/nginx/win-utf
Normal file
|
@ -0,0 +1,126 @@
|
|||
|
||||
# This map is not a full windows-1251 <> utf8 map: it does not
|
||||
# contain Serbian and Macedonian letters. If you need a full map,
|
||||
# use contrib/unicode2nginx/win-utf map instead.
|
||||
|
||||
charset_map windows-1251 utf-8 {
|
||||
|
||||
82 E2809A ; # single low-9 quotation mark
|
||||
|
||||
84 E2809E ; # double low-9 quotation mark
|
||||
85 E280A6 ; # ellipsis
|
||||
86 E280A0 ; # dagger
|
||||
87 E280A1 ; # double dagger
|
||||
88 E282AC ; # euro
|
||||
89 E280B0 ; # per mille
|
||||
|
||||
91 E28098 ; # left single quotation mark
|
||||
92 E28099 ; # right single quotation mark
|
||||
93 E2809C ; # left double quotation mark
|
||||
94 E2809D ; # right double quotation mark
|
||||
95 E280A2 ; # bullet
|
||||
96 E28093 ; # en dash
|
||||
97 E28094 ; # em dash
|
||||
|
||||
99 E284A2 ; # trade mark sign
|
||||
|
||||
A0 C2A0 ; #
|
||||
A1 D18E ; # capital Byelorussian short U
|
||||
A2 D19E ; # small Byelorussian short u
|
||||
|
||||
A4 C2A4 ; # currency sign
|
||||
A5 D290 ; # capital Ukrainian soft G
|
||||
A6 C2A6 ; # borken bar
|
||||
A7 C2A7 ; # section sign
|
||||
A8 D081 ; # capital YO
|
||||
A9 C2A9 ; # (C)
|
||||
AA D084 ; # capital Ukrainian YE
|
||||
AB C2AB ; # left-pointing double angle quotation mark
|
||||
AC C2AC ; # not sign
|
||||
AD C2AD ; # soft hypen
|
||||
AE C2AE ; # (R)
|
||||
AF D087 ; # capital Ukrainian YI
|
||||
|
||||
B0 C2B0 ; # °
|
||||
B1 C2B1 ; # plus-minus sign
|
||||
B2 D086 ; # capital Ukrainian I
|
||||
B3 D196 ; # small Ukrainian i
|
||||
B4 D291 ; # small Ukrainian soft g
|
||||
B5 C2B5 ; # micro sign
|
||||
B6 C2B6 ; # pilcrow sign
|
||||
B7 C2B7 ; # ·
|
||||
B8 D191 ; # small yo
|
||||
B9 E28496 ; # numero sign
|
||||
BA D194 ; # small Ukrainian ye
|
||||
BB C2BB ; # right-pointing double angle quotation mark
|
||||
|
||||
BF D197 ; # small Ukrainian yi
|
||||
|
||||
C0 D090 ; # capital A
|
||||
C1 D091 ; # capital B
|
||||
C2 D092 ; # capital V
|
||||
C3 D093 ; # capital G
|
||||
C4 D094 ; # capital D
|
||||
C5 D095 ; # capital YE
|
||||
C6 D096 ; # capital ZH
|
||||
C7 D097 ; # capital Z
|
||||
C8 D098 ; # capital I
|
||||
C9 D099 ; # capital J
|
||||
CA D09A ; # capital K
|
||||
CB D09B ; # capital L
|
||||
CC D09C ; # capital M
|
||||
CD D09D ; # capital N
|
||||
CE D09E ; # capital O
|
||||
CF D09F ; # capital P
|
||||
|
||||
D0 D0A0 ; # capital R
|
||||
D1 D0A1 ; # capital S
|
||||
D2 D0A2 ; # capital T
|
||||
D3 D0A3 ; # capital U
|
||||
D4 D0A4 ; # capital F
|
||||
D5 D0A5 ; # capital KH
|
||||
D6 D0A6 ; # capital TS
|
||||
D7 D0A7 ; # capital CH
|
||||
D8 D0A8 ; # capital SH
|
||||
D9 D0A9 ; # capital SHCH
|
||||
DA D0AA ; # capital hard sign
|
||||
DB D0AB ; # capital Y
|
||||
DC D0AC ; # capital soft sign
|
||||
DD D0AD ; # capital E
|
||||
DE D0AE ; # capital YU
|
||||
DF D0AF ; # capital YA
|
||||
|
||||
E0 D0B0 ; # small a
|
||||
E1 D0B1 ; # small b
|
||||
E2 D0B2 ; # small v
|
||||
E3 D0B3 ; # small g
|
||||
E4 D0B4 ; # small d
|
||||
E5 D0B5 ; # small ye
|
||||
E6 D0B6 ; # small zh
|
||||
E7 D0B7 ; # small z
|
||||
E8 D0B8 ; # small i
|
||||
E9 D0B9 ; # small j
|
||||
EA D0BA ; # small k
|
||||
EB D0BB ; # small l
|
||||
EC D0BC ; # small m
|
||||
ED D0BD ; # small n
|
||||
EE D0BE ; # small o
|
||||
EF D0BF ; # small p
|
||||
|
||||
F0 D180 ; # small r
|
||||
F1 D181 ; # small s
|
||||
F2 D182 ; # small t
|
||||
F3 D183 ; # small u
|
||||
F4 D184 ; # small f
|
||||
F5 D185 ; # small kh
|
||||
F6 D186 ; # small ts
|
||||
F7 D187 ; # small ch
|
||||
F8 D188 ; # small sh
|
||||
F9 D189 ; # small shch
|
||||
FA D18A ; # small hard sign
|
||||
FB D18B ; # small y
|
||||
FC D18C ; # small soft sign
|
||||
FD D18D ; # small e
|
||||
FE D18E ; # small yu
|
||||
FF D18F ; # small ya
|
||||
}
|
0
.dev-tools/distribution_tests/centos7/.keep
Normal file
0
.dev-tools/distribution_tests/centos7/.keep
Normal file
0
.dev-tools/distribution_tests/centos7/etc/.keep
Normal file
0
.dev-tools/distribution_tests/centos7/etc/.keep
Normal file
26
.dev-tools/distribution_tests/centos7/etc/nginx/fastcgi.conf
Normal file
26
.dev-tools/distribution_tests/centos7/etc/nginx/fastcgi.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
109
.dev-tools/distribution_tests/centos7/etc/nginx/koi-utf
Normal file
109
.dev-tools/distribution_tests/centos7/etc/nginx/koi-utf
Normal file
|
@ -0,0 +1,109 @@
|
|||
|
||||
# This map is not a full koi8-r <> utf8 map: it does not contain
|
||||
# box-drawing and some other characters. Besides this map contains
|
||||
# several koi8-u and Byelorussian letters which are not in koi8-r.
|
||||
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
|
||||
# map instead.
|
||||
|
||||
charset_map koi8-r utf-8 {
|
||||
|
||||
80 E282AC ; # euro
|
||||
|
||||
95 E280A2 ; # bullet
|
||||
|
||||
9A C2A0 ; #
|
||||
|
||||
9E C2B7 ; # ·
|
||||
|
||||
A3 D191 ; # small yo
|
||||
A4 D194 ; # small Ukrainian ye
|
||||
|
||||
A6 D196 ; # small Ukrainian i
|
||||
A7 D197 ; # small Ukrainian yi
|
||||
|
||||
AD D291 ; # small Ukrainian soft g
|
||||
AE D19E ; # small Byelorussian short u
|
||||
|
||||
B0 C2B0 ; # °
|
||||
|
||||
B3 D081 ; # capital YO
|
||||
B4 D084 ; # capital Ukrainian YE
|
||||
|
||||
B6 D086 ; # capital Ukrainian I
|
||||
B7 D087 ; # capital Ukrainian YI
|
||||
|
||||
B9 E28496 ; # numero sign
|
||||
|
||||
BD D290 ; # capital Ukrainian soft G
|
||||
BE D18E ; # capital Byelorussian short U
|
||||
|
||||
BF C2A9 ; # (C)
|
||||
|
||||
C0 D18E ; # small yu
|
||||
C1 D0B0 ; # small a
|
||||
C2 D0B1 ; # small b
|
||||
C3 D186 ; # small ts
|
||||
C4 D0B4 ; # small d
|
||||
C5 D0B5 ; # small ye
|
||||
C6 D184 ; # small f
|
||||
C7 D0B3 ; # small g
|
||||
C8 D185 ; # small kh
|
||||
C9 D0B8 ; # small i
|
||||
CA D0B9 ; # small j
|
||||
CB D0BA ; # small k
|
||||
CC D0BB ; # small l
|
||||
CD D0BC ; # small m
|
||||
CE D0BD ; # small n
|
||||
CF D0BE ; # small o
|
||||
|
||||
D0 D0BF ; # small p
|
||||
D1 D18F ; # small ya
|
||||
D2 D180 ; # small r
|
||||
D3 D181 ; # small s
|
||||
D4 D182 ; # small t
|
||||
D5 D183 ; # small u
|
||||
D6 D0B6 ; # small zh
|
||||
D7 D0B2 ; # small v
|
||||
D8 D18C ; # small soft sign
|
||||
D9 D18B ; # small y
|
||||
DA D0B7 ; # small z
|
||||
DB D188 ; # small sh
|
||||
DC D18D ; # small e
|
||||
DD D189 ; # small shch
|
||||
DE D187 ; # small ch
|
||||
DF D18A ; # small hard sign
|
||||
|
||||
E0 D0AE ; # capital YU
|
||||
E1 D090 ; # capital A
|
||||
E2 D091 ; # capital B
|
||||
E3 D0A6 ; # capital TS
|
||||
E4 D094 ; # capital D
|
||||
E5 D095 ; # capital YE
|
||||
E6 D0A4 ; # capital F
|
||||
E7 D093 ; # capital G
|
||||
E8 D0A5 ; # capital KH
|
||||
E9 D098 ; # capital I
|
||||
EA D099 ; # capital J
|
||||
EB D09A ; # capital K
|
||||
EC D09B ; # capital L
|
||||
ED D09C ; # capital M
|
||||
EE D09D ; # capital N
|
||||
EF D09E ; # capital O
|
||||
|
||||
F0 D09F ; # capital P
|
||||
F1 D0AF ; # capital YA
|
||||
F2 D0A0 ; # capital R
|
||||
F3 D0A1 ; # capital S
|
||||
F4 D0A2 ; # capital T
|
||||
F5 D0A3 ; # capital U
|
||||
F6 D096 ; # capital ZH
|
||||
F7 D092 ; # capital V
|
||||
F8 D0AC ; # capital soft sign
|
||||
F9 D0AB ; # capital Y
|
||||
FA D097 ; # capital Z
|
||||
FB D0A8 ; # capital SH
|
||||
FC D0AD ; # capital E
|
||||
FD D0A9 ; # capital SHCH
|
||||
FE D0A7 ; # capital CH
|
||||
FF D0AA ; # capital hard sign
|
||||
}
|
103
.dev-tools/distribution_tests/centos7/etc/nginx/koi-win
Normal file
103
.dev-tools/distribution_tests/centos7/etc/nginx/koi-win
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
charset_map koi8-r windows-1251 {
|
||||
|
||||
80 88 ; # euro
|
||||
|
||||
95 95 ; # bullet
|
||||
|
||||
9A A0 ; #
|
||||
|
||||
9E B7 ; # ·
|
||||
|
||||
A3 B8 ; # small yo
|
||||
A4 BA ; # small Ukrainian ye
|
||||
|
||||
A6 B3 ; # small Ukrainian i
|
||||
A7 BF ; # small Ukrainian yi
|
||||
|
||||
AD B4 ; # small Ukrainian soft g
|
||||
AE A2 ; # small Byelorussian short u
|
||||
|
||||
B0 B0 ; # °
|
||||
|
||||
B3 A8 ; # capital YO
|
||||
B4 AA ; # capital Ukrainian YE
|
||||
|
||||
B6 B2 ; # capital Ukrainian I
|
||||
B7 AF ; # capital Ukrainian YI
|
||||
|
||||
B9 B9 ; # numero sign
|
||||
|
||||
BD A5 ; # capital Ukrainian soft G
|
||||
BE A1 ; # capital Byelorussian short U
|
||||
|
||||
BF A9 ; # (C)
|
||||
|
||||
C0 FE ; # small yu
|
||||
C1 E0 ; # small a
|
||||
C2 E1 ; # small b
|
||||
C3 F6 ; # small ts
|
||||
C4 E4 ; # small d
|
||||
C5 E5 ; # small ye
|
||||
C6 F4 ; # small f
|
||||
C7 E3 ; # small g
|
||||
C8 F5 ; # small kh
|
||||
C9 E8 ; # small i
|
||||
CA E9 ; # small j
|
||||
CB EA ; # small k
|
||||
CC EB ; # small l
|
||||
CD EC ; # small m
|
||||
CE ED ; # small n
|
||||
CF EE ; # small o
|
||||
|
||||
D0 EF ; # small p
|
||||
D1 FF ; # small ya
|
||||
D2 F0 ; # small r
|
||||
D3 F1 ; # small s
|
||||
D4 F2 ; # small t
|
||||
D5 F3 ; # small u
|
||||
D6 E6 ; # small zh
|
||||
D7 E2 ; # small v
|
||||
D8 FC ; # small soft sign
|
||||
D9 FB ; # small y
|
||||
DA E7 ; # small z
|
||||
DB F8 ; # small sh
|
||||
DC FD ; # small e
|
||||
DD F9 ; # small shch
|
||||
DE F7 ; # small ch
|
||||
DF FA ; # small hard sign
|
||||
|
||||
E0 DE ; # capital YU
|
||||
E1 C0 ; # capital A
|
||||
E2 C1 ; # capital B
|
||||
E3 D6 ; # capital TS
|
||||
E4 C4 ; # capital D
|
||||
E5 C5 ; # capital YE
|
||||
E6 D4 ; # capital F
|
||||
E7 C3 ; # capital G
|
||||
E8 D5 ; # capital KH
|
||||
E9 C8 ; # capital I
|
||||
EA C9 ; # capital J
|
||||
EB CA ; # capital K
|
||||
EC CB ; # capital L
|
||||
ED CC ; # capital M
|
||||
EE CD ; # capital N
|
||||
EF CE ; # capital O
|
||||
|
||||
F0 CF ; # capital P
|
||||
F1 DF ; # capital YA
|
||||
F2 D0 ; # capital R
|
||||
F3 D1 ; # capital S
|
||||
F4 D2 ; # capital T
|
||||
F5 D3 ; # capital U
|
||||
F6 C6 ; # capital ZH
|
||||
F7 C2 ; # capital V
|
||||
F8 DC ; # capital soft sign
|
||||
F9 DB ; # capital Y
|
||||
FA C7 ; # capital Z
|
||||
FB D8 ; # capital SH
|
||||
FC DD ; # capital E
|
||||
FD D9 ; # capital SHCH
|
||||
FE D7 ; # capital CH
|
||||
FF DA ; # capital hard sign
|
||||
}
|
89
.dev-tools/distribution_tests/centos7/etc/nginx/mime.types
Normal file
89
.dev-tools/distribution_tests/centos7/etc/nginx/mime.types
Normal file
|
@ -0,0 +1,89 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
image/svg+xml svg svgz;
|
||||
image/webp webp;
|
||||
|
||||
application/font-woff woff;
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
image/svg+xml svg svgz;
|
||||
image/webp webp;
|
||||
|
||||
application/font-woff woff;
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
90
.dev-tools/distribution_tests/centos7/etc/nginx/nginx.conf
Normal file
90
.dev-tools/distribution_tests/centos7/etc/nginx/nginx.conf
Normal file
|
@ -0,0 +1,90 @@
|
|||
# For more information on configuration, see:
|
||||
# * Official English Documentation: http://nginx.org/en/docs/
|
||||
# * Official Russian Documentation: http://nginx.org/ru/docs/
|
||||
|
||||
user nginx;
|
||||
worker_processes auto;
|
||||
error_log /var/log/nginx/error.log;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
# Load dynamic modules. See /usr/share/nginx/README.dynamic.
|
||||
include /usr/share/nginx/modules/*.conf;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
# Load modular configuration files from the /etc/nginx/conf.d directory.
|
||||
# See http://nginx.org/en/docs/ngx_core_module.html#include
|
||||
# for more information.
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
# Load configuration files for the default server block.
|
||||
include /etc/nginx/default.d/*.conf;
|
||||
|
||||
location / {
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
location = /40x.html {
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
}
|
||||
}
|
||||
|
||||
# Settings for a TLS enabled server.
|
||||
#
|
||||
# server {
|
||||
# listen 443 ssl http2 default_server;
|
||||
# listen [::]:443 ssl http2 default_server;
|
||||
# server_name _;
|
||||
# root /usr/share/nginx/html;
|
||||
#
|
||||
# ssl_certificate "/etc/pki/nginx/server.crt";
|
||||
# ssl_certificate_key "/etc/pki/nginx/private/server.key";
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 10m;
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
#
|
||||
# # Load configuration files for the default server block.
|
||||
# include /etc/nginx/default.d/*.conf;
|
||||
#
|
||||
# location / {
|
||||
# }
|
||||
#
|
||||
# error_page 404 /404.html;
|
||||
# location = /40x.html {
|
||||
# }
|
||||
#
|
||||
# error_page 500 502 503 504 /50x.html;
|
||||
# location = /50x.html {
|
||||
# }
|
||||
# }
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,117 @@
|
|||
|
||||
#user nobody;
|
||||
worker_processes 1;
|
||||
|
||||
#error_log logs/error.log;
|
||||
#error_log logs/error.log notice;
|
||||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
# '$status $body_bytes_sent "$http_referer" '
|
||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log logs/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
#keepalive_timeout 0;
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log logs/host.access.log main;
|
||||
|
||||
location / {
|
||||
root html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
||||
# redirect server error pages to the static page /50x.html
|
||||
#
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root html;
|
||||
}
|
||||
|
||||
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# proxy_pass http://127.0.0.1;
|
||||
#}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# root html;
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# fastcgi_index index.php;
|
||||
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
# include fastcgi_params;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# another virtual host using mix of IP-, name-, and port-based configuration
|
||||
#
|
||||
#server {
|
||||
# listen 8000;
|
||||
# listen somename:8080;
|
||||
# server_name somename alias another.alias;
|
||||
|
||||
# location / {
|
||||
# root html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
|
||||
# HTTPS server
|
||||
#
|
||||
#server {
|
||||
# listen 443 ssl;
|
||||
# server_name localhost;
|
||||
|
||||
# ssl_certificate cert.pem;
|
||||
# ssl_certificate_key cert.key;
|
||||
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 5m;
|
||||
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
|
||||
# location / {
|
||||
# root html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
}
|
17
.dev-tools/distribution_tests/centos7/etc/nginx/scgi_params
Normal file
17
.dev-tools/distribution_tests/centos7/etc/nginx/scgi_params
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
17
.dev-tools/distribution_tests/centos7/etc/nginx/uwsgi_params
Normal file
17
.dev-tools/distribution_tests/centos7/etc/nginx/uwsgi_params
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
126
.dev-tools/distribution_tests/centos7/etc/nginx/win-utf
Normal file
126
.dev-tools/distribution_tests/centos7/etc/nginx/win-utf
Normal file
|
@ -0,0 +1,126 @@
|
|||
|
||||
# This map is not a full windows-1251 <> utf8 map: it does not
|
||||
# contain Serbian and Macedonian letters. If you need a full map,
|
||||
# use contrib/unicode2nginx/win-utf map instead.
|
||||
|
||||
charset_map windows-1251 utf-8 {
|
||||
|
||||
82 E2809A ; # single low-9 quotation mark
|
||||
|
||||
84 E2809E ; # double low-9 quotation mark
|
||||
85 E280A6 ; # ellipsis
|
||||
86 E280A0 ; # dagger
|
||||
87 E280A1 ; # double dagger
|
||||
88 E282AC ; # euro
|
||||
89 E280B0 ; # per mille
|
||||
|
||||
91 E28098 ; # left single quotation mark
|
||||
92 E28099 ; # right single quotation mark
|
||||
93 E2809C ; # left double quotation mark
|
||||
94 E2809D ; # right double quotation mark
|
||||
95 E280A2 ; # bullet
|
||||
96 E28093 ; # en dash
|
||||
97 E28094 ; # em dash
|
||||
|
||||
99 E284A2 ; # trade mark sign
|
||||
|
||||
A0 C2A0 ; #
|
||||
A1 D18E ; # capital Byelorussian short U
|
||||
A2 D19E ; # small Byelorussian short u
|
||||
|
||||
A4 C2A4 ; # currency sign
|
||||
A5 D290 ; # capital Ukrainian soft G
|
||||
A6 C2A6 ; # borken bar
|
||||
A7 C2A7 ; # section sign
|
||||
A8 D081 ; # capital YO
|
||||
A9 C2A9 ; # (C)
|
||||
AA D084 ; # capital Ukrainian YE
|
||||
AB C2AB ; # left-pointing double angle quotation mark
|
||||
AC C2AC ; # not sign
|
||||
AD C2AD ; # soft hypen
|
||||
AE C2AE ; # (R)
|
||||
AF D087 ; # capital Ukrainian YI
|
||||
|
||||
B0 C2B0 ; # °
|
||||
B1 C2B1 ; # plus-minus sign
|
||||
B2 D086 ; # capital Ukrainian I
|
||||
B3 D196 ; # small Ukrainian i
|
||||
B4 D291 ; # small Ukrainian soft g
|
||||
B5 C2B5 ; # micro sign
|
||||
B6 C2B6 ; # pilcrow sign
|
||||
B7 C2B7 ; # ·
|
||||
B8 D191 ; # small yo
|
||||
B9 E28496 ; # numero sign
|
||||
BA D194 ; # small Ukrainian ye
|
||||
BB C2BB ; # right-pointing double angle quotation mark
|
||||
|
||||
BF D197 ; # small Ukrainian yi
|
||||
|
||||
C0 D090 ; # capital A
|
||||
C1 D091 ; # capital B
|
||||
C2 D092 ; # capital V
|
||||
C3 D093 ; # capital G
|
||||
C4 D094 ; # capital D
|
||||
C5 D095 ; # capital YE
|
||||
C6 D096 ; # capital ZH
|
||||
C7 D097 ; # capital Z
|
||||
C8 D098 ; # capital I
|
||||
C9 D099 ; # capital J
|
||||
CA D09A ; # capital K
|
||||
CB D09B ; # capital L
|
||||
CC D09C ; # capital M
|
||||
CD D09D ; # capital N
|
||||
CE D09E ; # capital O
|
||||
CF D09F ; # capital P
|
||||
|
||||
D0 D0A0 ; # capital R
|
||||
D1 D0A1 ; # capital S
|
||||
D2 D0A2 ; # capital T
|
||||
D3 D0A3 ; # capital U
|
||||
D4 D0A4 ; # capital F
|
||||
D5 D0A5 ; # capital KH
|
||||
D6 D0A6 ; # capital TS
|
||||
D7 D0A7 ; # capital CH
|
||||
D8 D0A8 ; # capital SH
|
||||
D9 D0A9 ; # capital SHCH
|
||||
DA D0AA ; # capital hard sign
|
||||
DB D0AB ; # capital Y
|
||||
DC D0AC ; # capital soft sign
|
||||
DD D0AD ; # capital E
|
||||
DE D0AE ; # capital YU
|
||||
DF D0AF ; # capital YA
|
||||
|
||||
E0 D0B0 ; # small a
|
||||
E1 D0B1 ; # small b
|
||||
E2 D0B2 ; # small v
|
||||
E3 D0B3 ; # small g
|
||||
E4 D0B4 ; # small d
|
||||
E5 D0B5 ; # small ye
|
||||
E6 D0B6 ; # small zh
|
||||
E7 D0B7 ; # small z
|
||||
E8 D0B8 ; # small i
|
||||
E9 D0B9 ; # small j
|
||||
EA D0BA ; # small k
|
||||
EB D0BB ; # small l
|
||||
EC D0BC ; # small m
|
||||
ED D0BD ; # small n
|
||||
EE D0BE ; # small o
|
||||
EF D0BF ; # small p
|
||||
|
||||
F0 D180 ; # small r
|
||||
F1 D181 ; # small s
|
||||
F2 D182 ; # small t
|
||||
F3 D183 ; # small u
|
||||
F4 D184 ; # small f
|
||||
F5 D185 ; # small kh
|
||||
F6 D186 ; # small ts
|
||||
F7 D187 ; # small ch
|
||||
F8 D188 ; # small sh
|
||||
F9 D189 ; # small shch
|
||||
FA D18A ; # small hard sign
|
||||
FB D18B ; # small y
|
||||
FC D18C ; # small soft sign
|
||||
FD D18D ; # small e
|
||||
FE D18E ; # small yu
|
||||
FF D18F ; # small ya
|
||||
}
|
0
.dev-tools/distribution_tests/fedora/.keep
Normal file
0
.dev-tools/distribution_tests/fedora/.keep
Normal file
0
.dev-tools/distribution_tests/fedora/etc/.keep
Normal file
0
.dev-tools/distribution_tests/fedora/etc/.keep
Normal file
26
.dev-tools/distribution_tests/fedora/etc/nginx/fastcgi.conf
Normal file
26
.dev-tools/distribution_tests/fedora/etc/nginx/fastcgi.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
109
.dev-tools/distribution_tests/fedora/etc/nginx/koi-utf
Normal file
109
.dev-tools/distribution_tests/fedora/etc/nginx/koi-utf
Normal file
|
@ -0,0 +1,109 @@
|
|||
|
||||
# This map is not a full koi8-r <> utf8 map: it does not contain
|
||||
# box-drawing and some other characters. Besides this map contains
|
||||
# several koi8-u and Byelorussian letters which are not in koi8-r.
|
||||
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
|
||||
# map instead.
|
||||
|
||||
charset_map koi8-r utf-8 {
|
||||
|
||||
80 E282AC ; # euro
|
||||
|
||||
95 E280A2 ; # bullet
|
||||
|
||||
9A C2A0 ; #
|
||||
|
||||
9E C2B7 ; # ·
|
||||
|
||||
A3 D191 ; # small yo
|
||||
A4 D194 ; # small Ukrainian ye
|
||||
|
||||
A6 D196 ; # small Ukrainian i
|
||||
A7 D197 ; # small Ukrainian yi
|
||||
|
||||
AD D291 ; # small Ukrainian soft g
|
||||
AE D19E ; # small Byelorussian short u
|
||||
|
||||
B0 C2B0 ; # °
|
||||
|
||||
B3 D081 ; # capital YO
|
||||
B4 D084 ; # capital Ukrainian YE
|
||||
|
||||
B6 D086 ; # capital Ukrainian I
|
||||
B7 D087 ; # capital Ukrainian YI
|
||||
|
||||
B9 E28496 ; # numero sign
|
||||
|
||||
BD D290 ; # capital Ukrainian soft G
|
||||
BE D18E ; # capital Byelorussian short U
|
||||
|
||||
BF C2A9 ; # (C)
|
||||
|
||||
C0 D18E ; # small yu
|
||||
C1 D0B0 ; # small a
|
||||
C2 D0B1 ; # small b
|
||||
C3 D186 ; # small ts
|
||||
C4 D0B4 ; # small d
|
||||
C5 D0B5 ; # small ye
|
||||
C6 D184 ; # small f
|
||||
C7 D0B3 ; # small g
|
||||
C8 D185 ; # small kh
|
||||
C9 D0B8 ; # small i
|
||||
CA D0B9 ; # small j
|
||||
CB D0BA ; # small k
|
||||
CC D0BB ; # small l
|
||||
CD D0BC ; # small m
|
||||
CE D0BD ; # small n
|
||||
CF D0BE ; # small o
|
||||
|
||||
D0 D0BF ; # small p
|
||||
D1 D18F ; # small ya
|
||||
D2 D180 ; # small r
|
||||
D3 D181 ; # small s
|
||||
D4 D182 ; # small t
|
||||
D5 D183 ; # small u
|
||||
D6 D0B6 ; # small zh
|
||||
D7 D0B2 ; # small v
|
||||
D8 D18C ; # small soft sign
|
||||
D9 D18B ; # small y
|
||||
DA D0B7 ; # small z
|
||||
DB D188 ; # small sh
|
||||
DC D18D ; # small e
|
||||
DD D189 ; # small shch
|
||||
DE D187 ; # small ch
|
||||
DF D18A ; # small hard sign
|
||||
|
||||
E0 D0AE ; # capital YU
|
||||
E1 D090 ; # capital A
|
||||
E2 D091 ; # capital B
|
||||
E3 D0A6 ; # capital TS
|
||||
E4 D094 ; # capital D
|
||||
E5 D095 ; # capital YE
|
||||
E6 D0A4 ; # capital F
|
||||
E7 D093 ; # capital G
|
||||
E8 D0A5 ; # capital KH
|
||||
E9 D098 ; # capital I
|
||||
EA D099 ; # capital J
|
||||
EB D09A ; # capital K
|
||||
EC D09B ; # capital L
|
||||
ED D09C ; # capital M
|
||||
EE D09D ; # capital N
|
||||
EF D09E ; # capital O
|
||||
|
||||
F0 D09F ; # capital P
|
||||
F1 D0AF ; # capital YA
|
||||
F2 D0A0 ; # capital R
|
||||
F3 D0A1 ; # capital S
|
||||
F4 D0A2 ; # capital T
|
||||
F5 D0A3 ; # capital U
|
||||
F6 D096 ; # capital ZH
|
||||
F7 D092 ; # capital V
|
||||
F8 D0AC ; # capital soft sign
|
||||
F9 D0AB ; # capital Y
|
||||
FA D097 ; # capital Z
|
||||
FB D0A8 ; # capital SH
|
||||
FC D0AD ; # capital E
|
||||
FD D0A9 ; # capital SHCH
|
||||
FE D0A7 ; # capital CH
|
||||
FF D0AA ; # capital hard sign
|
||||
}
|
103
.dev-tools/distribution_tests/fedora/etc/nginx/koi-win
Normal file
103
.dev-tools/distribution_tests/fedora/etc/nginx/koi-win
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
charset_map koi8-r windows-1251 {
|
||||
|
||||
80 88 ; # euro
|
||||
|
||||
95 95 ; # bullet
|
||||
|
||||
9A A0 ; #
|
||||
|
||||
9E B7 ; # ·
|
||||
|
||||
A3 B8 ; # small yo
|
||||
A4 BA ; # small Ukrainian ye
|
||||
|
||||
A6 B3 ; # small Ukrainian i
|
||||
A7 BF ; # small Ukrainian yi
|
||||
|
||||
AD B4 ; # small Ukrainian soft g
|
||||
AE A2 ; # small Byelorussian short u
|
||||
|
||||
B0 B0 ; # °
|
||||
|
||||
B3 A8 ; # capital YO
|
||||
B4 AA ; # capital Ukrainian YE
|
||||
|
||||
B6 B2 ; # capital Ukrainian I
|
||||
B7 AF ; # capital Ukrainian YI
|
||||
|
||||
B9 B9 ; # numero sign
|
||||
|
||||
BD A5 ; # capital Ukrainian soft G
|
||||
BE A1 ; # capital Byelorussian short U
|
||||
|
||||
BF A9 ; # (C)
|
||||
|
||||
C0 FE ; # small yu
|
||||
C1 E0 ; # small a
|
||||
C2 E1 ; # small b
|
||||
C3 F6 ; # small ts
|
||||
C4 E4 ; # small d
|
||||
C5 E5 ; # small ye
|
||||
C6 F4 ; # small f
|
||||
C7 E3 ; # small g
|
||||
C8 F5 ; # small kh
|
||||
C9 E8 ; # small i
|
||||
CA E9 ; # small j
|
||||
CB EA ; # small k
|
||||
CC EB ; # small l
|
||||
CD EC ; # small m
|
||||
CE ED ; # small n
|
||||
CF EE ; # small o
|
||||
|
||||
D0 EF ; # small p
|
||||
D1 FF ; # small ya
|
||||
D2 F0 ; # small r
|
||||
D3 F1 ; # small s
|
||||
D4 F2 ; # small t
|
||||
D5 F3 ; # small u
|
||||
D6 E6 ; # small zh
|
||||
D7 E2 ; # small v
|
||||
D8 FC ; # small soft sign
|
||||
D9 FB ; # small y
|
||||
DA E7 ; # small z
|
||||
DB F8 ; # small sh
|
||||
DC FD ; # small e
|
||||
DD F9 ; # small shch
|
||||
DE F7 ; # small ch
|
||||
DF FA ; # small hard sign
|
||||
|
||||
E0 DE ; # capital YU
|
||||
E1 C0 ; # capital A
|
||||
E2 C1 ; # capital B
|
||||
E3 D6 ; # capital TS
|
||||
E4 C4 ; # capital D
|
||||
E5 C5 ; # capital YE
|
||||
E6 D4 ; # capital F
|
||||
E7 C3 ; # capital G
|
||||
E8 D5 ; # capital KH
|
||||
E9 C8 ; # capital I
|
||||
EA C9 ; # capital J
|
||||
EB CA ; # capital K
|
||||
EC CB ; # capital L
|
||||
ED CC ; # capital M
|
||||
EE CD ; # capital N
|
||||
EF CE ; # capital O
|
||||
|
||||
F0 CF ; # capital P
|
||||
F1 DF ; # capital YA
|
||||
F2 D0 ; # capital R
|
||||
F3 D1 ; # capital S
|
||||
F4 D2 ; # capital T
|
||||
F5 D3 ; # capital U
|
||||
F6 C6 ; # capital ZH
|
||||
F7 C2 ; # capital V
|
||||
F8 DC ; # capital soft sign
|
||||
F9 DB ; # capital Y
|
||||
FA C7 ; # capital Z
|
||||
FB D8 ; # capital SH
|
||||
FC DD ; # capital E
|
||||
FD D9 ; # capital SHCH
|
||||
FE D7 ; # capital CH
|
||||
FF DA ; # capital hard sign
|
||||
}
|
901
.dev-tools/distribution_tests/fedora/etc/nginx/mime.types
Normal file
901
.dev-tools/distribution_tests/fedora/etc/nginx/mime.types
Normal file
|
@ -0,0 +1,901 @@
|
|||
types {
|
||||
application/A2L a2l;
|
||||
application/AML aml;
|
||||
application/andrew-inset ez;
|
||||
application/ATF atf;
|
||||
application/ATFX atfx;
|
||||
application/ATXML atxml;
|
||||
application/atom+xml atom;
|
||||
application/atomcat+xml atomcat;
|
||||
application/atomdeleted+xml atomdeleted;
|
||||
application/atomsvc+xml atomsvc;
|
||||
application/auth-policy+xml apxml;
|
||||
application/bacnet-xdd+zip xdd;
|
||||
application/calendar+xml xcs;
|
||||
application/cbor cbor;
|
||||
application/ccmp+xml ccmp;
|
||||
application/ccxml+xml ccxml;
|
||||
application/CDFX+XML cdfx;
|
||||
application/cdmi-capability cdmia;
|
||||
application/cdmi-container cdmic;
|
||||
application/cdmi-domain cdmid;
|
||||
application/cdmi-object cdmio;
|
||||
application/cdmi-queue cdmiq;
|
||||
application/CEA cea;
|
||||
application/cellml+xml cellml cml;
|
||||
application/clue_info+xml clue;
|
||||
application/cms cmsc;
|
||||
application/cpl+xml cpl;
|
||||
application/csrattrs csrattrs;
|
||||
application/dash+xml mpd;
|
||||
application/dashdelta mpdd;
|
||||
application/davmount+xml davmount;
|
||||
application/DCD dcd;
|
||||
application/dicom dcm;
|
||||
application/DII dii;
|
||||
application/DIT dit;
|
||||
application/dskpp+xml xmls;
|
||||
application/dssc+der dssc;
|
||||
application/dssc+xml xdssc;
|
||||
application/dvcs dvc;
|
||||
application/ecmascript es;
|
||||
application/efi efi;
|
||||
application/emma+xml emma;
|
||||
application/emotionml+xml emotionml;
|
||||
application/epub+zip epub;
|
||||
application/exi exi;
|
||||
application/fastinfoset finf;
|
||||
application/fdt+xml fdt;
|
||||
application/font-tdpfr pfr;
|
||||
application/geo+json geojson;
|
||||
application/gml+xml gml;
|
||||
application/gzip gz tgz;
|
||||
application/hyperstudio stk;
|
||||
application/inkml+xml ink inkml;
|
||||
application/ipfix ipfix;
|
||||
application/its+xml its;
|
||||
application/javascript js;
|
||||
application/jrd+json jrd;
|
||||
application/json json;
|
||||
application/json-patch+json json-patch;
|
||||
application/ld+json jsonld;
|
||||
application/lgr+xml lgr;
|
||||
application/link-format wlnk;
|
||||
application/lost+xml lostxml;
|
||||
application/lostsync+xml lostsyncxml;
|
||||
application/LXF lxf;
|
||||
application/mac-binhex40 hqx;
|
||||
application/mads+xml mads;
|
||||
application/marc mrc;
|
||||
application/marcxml+xml mrcx;
|
||||
application/mathematica nb ma mb;
|
||||
application/mathml+xml mml;
|
||||
application/mbox mbox;
|
||||
application/metalink4+xml meta4;
|
||||
application/mets+xml mets;
|
||||
application/MF4 mf4;
|
||||
application/mods+xml mods;
|
||||
application/mp21 m21 mp21;
|
||||
application/msword doc;
|
||||
application/mxf mxf;
|
||||
application/n-quads nq;
|
||||
application/n-triples nt;
|
||||
application/ocsp-request orq;
|
||||
application/ocsp-response ors;
|
||||
application/octet-stream bin lha lzh exe class so dll img iso;
|
||||
application/oda oda;
|
||||
application/ODX odx;
|
||||
application/oebps-package+xml opf;
|
||||
application/ogg ogx;
|
||||
application/oxps oxps;
|
||||
application/p2p-overlay+xml relo;
|
||||
application/pdf pdf;
|
||||
application/PDX pdx;
|
||||
application/pgp-encrypted pgp;
|
||||
application/pgp-signature sig;
|
||||
application/pkcs10 p10;
|
||||
application/pkcs12 p12 pfx;
|
||||
application/pkcs7-mime p7m p7c;
|
||||
application/pkcs7-signature p7s;
|
||||
application/pkcs8 p8;
|
||||
application/pkix-cert cer;
|
||||
application/pkix-crl crl;
|
||||
application/pkix-pkipath pkipath;
|
||||
application/pkixcmp pki;
|
||||
application/pls+xml pls;
|
||||
application/postscript ps eps ai;
|
||||
application/provenance+xml provx;
|
||||
application/prs.cww cw cww;
|
||||
application/prs.hpub+zip hpub;
|
||||
application/prs.nprend rnd rct;
|
||||
application/prs.rdf-xml-crypt rdf-crypt;
|
||||
application/prs.xsf+xml xsf;
|
||||
application/pskc+xml pskcxml;
|
||||
application/rdf+xml rdf;
|
||||
application/reginfo+xml rif;
|
||||
application/relax-ng-compact-syntax rnc;
|
||||
application/resource-lists-diff+xml rld;
|
||||
application/resource-lists+xml rl;
|
||||
application/rfc+xml rfcxml;
|
||||
application/rls-services+xml rs;
|
||||
application/rpki-ghostbusters gbr;
|
||||
application/rpki-manifest mft;
|
||||
application/rpki-roa roa;
|
||||
application/rtf rtf;
|
||||
application/scim+json scim;
|
||||
application/scvp-cv-request scq;
|
||||
application/scvp-cv-response scs;
|
||||
application/scvp-vp-request spq;
|
||||
application/scvp-vp-response spp;
|
||||
application/sdp sdp;
|
||||
application/sgml-open-catalog soc;
|
||||
application/shf+xml shf;
|
||||
application/sieve siv sieve;
|
||||
application/simple-filter+xml cl;
|
||||
application/smil+xml smil smi sml;
|
||||
application/sparql-query rq;
|
||||
application/sparql-results+xml srx;
|
||||
application/sql sql;
|
||||
application/srgs gram;
|
||||
application/srgs+xml grxml;
|
||||
application/sru+xml sru;
|
||||
application/ssml+xml ssml;
|
||||
application/tamp-apex-update tau;
|
||||
application/tamp-apex-update-confirm auc;
|
||||
application/tamp-community-update tcu;
|
||||
application/tamp-community-update-confirm cuc;
|
||||
application/tamp-error ter;
|
||||
application/tamp-sequence-adjust tsa;
|
||||
application/tamp-sequence-adjust-confirm sac;
|
||||
application/tamp-update tur;
|
||||
application/tamp-update-confirm tuc;
|
||||
application/tei+xml tei teiCorpus odd;
|
||||
application/thraud+xml tfi;
|
||||
application/timestamp-query tsq;
|
||||
application/timestamp-reply tsr;
|
||||
application/timestamped-data tsd;
|
||||
application/trig trig;
|
||||
application/ttml+xml ttml;
|
||||
application/urc-grpsheet+xml gsheet;
|
||||
application/urc-ressheet+xml rsheet;
|
||||
application/urc-targetdesc+xml td;
|
||||
application/urc-uisocketdesc+xml uis;
|
||||
application/vnd.3gpp.pic-bw-large plb;
|
||||
application/vnd.3gpp.pic-bw-small psb;
|
||||
application/vnd.3gpp.pic-bw-var pvb;
|
||||
application/vnd.3gpp2.sms sms;
|
||||
application/vnd.3gpp2.tcap tcap;
|
||||
application/vnd.3lightssoftware.imagescal imgcal;
|
||||
application/vnd.3M.Post-it-Notes pwn;
|
||||
application/vnd.accpac.simply.aso aso;
|
||||
application/vnd.accpac.simply.imp imp;
|
||||
application/vnd.acucobol acu;
|
||||
application/vnd.acucorp atc acutc;
|
||||
application/vnd.adobe.flash.movie swf;
|
||||
application/vnd.adobe.formscentral.fcdt fcdt;
|
||||
application/vnd.adobe.fxp fxp fxpl;
|
||||
application/vnd.adobe.xdp+xml xdp;
|
||||
application/vnd.adobe.xfdf xfdf;
|
||||
application/vnd.ahead.space ahead;
|
||||
application/vnd.airzip.filesecure.azf azf;
|
||||
application/vnd.airzip.filesecure.azs azs;
|
||||
application/vnd.amazon.mobi8-ebook azw3;
|
||||
application/vnd.americandynamics.acc acc;
|
||||
application/vnd.amiga.ami ami;
|
||||
application/vnd.anki apkg;
|
||||
application/vnd.anser-web-certificate-issue-initiation cii;
|
||||
application/vnd.anser-web-funds-transfer-initiation fti;
|
||||
application/vnd.apple.installer+xml dist distz pkg mpkg;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.aristanetworks.swi swi;
|
||||
application/vnd.astraea-software.iota iota;
|
||||
application/vnd.audiograph aep;
|
||||
application/vnd.autopackage package;
|
||||
application/vnd.balsamiq.bmml+xml bmml;
|
||||
application/vnd.balsamiq.bmpr bmpr;
|
||||
application/vnd.blueice.multipass mpm;
|
||||
application/vnd.bluetooth.ep.oob ep;
|
||||
application/vnd.bluetooth.le.oob le;
|
||||
application/vnd.bmi bmi;
|
||||
application/vnd.businessobjects rep;
|
||||
application/vnd.cendio.thinlinc.clientconf tlclient;
|
||||
application/vnd.chemdraw+xml cdxml;
|
||||
application/vnd.chess-pgn pgn;
|
||||
application/vnd.chipnuts.karaoke-mmd mmd;
|
||||
application/vnd.cinderella cdy;
|
||||
application/vnd.citationstyles.style+xml csl;
|
||||
application/vnd.claymore cla;
|
||||
application/vnd.cloanto.rp9 rp9;
|
||||
application/vnd.clonk.c4group c4g c4d c4f c4p c4u;
|
||||
application/vnd.cluetrust.cartomobile-config c11amc;
|
||||
application/vnd.cluetrust.cartomobile-config-pkg c11amz;
|
||||
application/vnd.coffeescript coffee;
|
||||
application/vnd.comicbook+zip cbz;
|
||||
application/vnd.commerce-battelle ica icf icd ic0 ic1 ic2 ic3 ic4 ic5 ic6 ic7 ic8;
|
||||
application/vnd.commonspace csp cst;
|
||||
application/vnd.contact.cmsg cdbcmsg;
|
||||
application/vnd.coreos.ignition+json ign ignition;
|
||||
application/vnd.cosmocaller cmc;
|
||||
application/vnd.crick.clicker clkx;
|
||||
application/vnd.crick.clicker.keyboard clkk;
|
||||
application/vnd.crick.clicker.palette clkp;
|
||||
application/vnd.crick.clicker.template clkt;
|
||||
application/vnd.crick.clicker.wordbank clkw;
|
||||
application/vnd.criticaltools.wbs+xml wbs;
|
||||
application/vnd.ctc-posml pml;
|
||||
application/vnd.cups-ppd ppd;
|
||||
application/vnd.curl curl;
|
||||
application/vnd.dart dart;
|
||||
application/vnd.data-vision.rdz rdz;
|
||||
application/vnd.debian.binary-package deb udeb;
|
||||
application/vnd.dece.data uvf uvvf uvd uvvd;
|
||||
application/vnd.dece.ttml+xml uvt uvvt;
|
||||
application/vnd.dece.unspecified uvx uvvx;
|
||||
application/vnd.dece.zip uvz uvvz;
|
||||
application/vnd.denovo.fcselayout-link fe_launch;
|
||||
application/vnd.desmume.movie dsm;
|
||||
application/vnd.dna dna;
|
||||
application/vnd.document+json docjson;
|
||||
application/vnd.doremir.scorecloud-binary-document scld;
|
||||
application/vnd.dpgraph dpg mwc dpgraph;
|
||||
application/vnd.dreamfactory dfac;
|
||||
application/vnd.dtg.local.flash fla;
|
||||
application/vnd.dvb.ait ait;
|
||||
application/vnd.dvb.service svc;
|
||||
application/vnd.dynageo geo;
|
||||
application/vnd.dzr dzr;
|
||||
application/vnd.ecowin.chart mag;
|
||||
application/vnd.enliven nml;
|
||||
application/vnd.epson.esf esf;
|
||||
application/vnd.epson.msf msf;
|
||||
application/vnd.epson.quickanime qam;
|
||||
application/vnd.epson.salt slt;
|
||||
application/vnd.epson.ssf ssf;
|
||||
application/vnd.ericsson.quickcall qcall qca;
|
||||
application/vnd.espass-espass+zip espass;
|
||||
application/vnd.eszigno3+xml es3 et3;
|
||||
application/vnd.etsi.asic-e+zip asice sce;
|
||||
application/vnd.etsi.asic-s+zip asics;
|
||||
application/vnd.etsi.timestamp-token tst;
|
||||
application/vnd.ezpix-album ez2;
|
||||
application/vnd.ezpix-package ez3;
|
||||
application/vnd.fastcopy-disk-image dim;
|
||||
application/vnd.fdf fdf;
|
||||
application/vnd.fdsn.mseed msd mseed;
|
||||
application/vnd.fdsn.seed seed dataless;
|
||||
application/vnd.filmit.zfc zfc;
|
||||
application/vnd.FloGraphIt gph;
|
||||
application/vnd.fluxtime.clip ftc;
|
||||
application/vnd.font-fontforge-sfd sfd;
|
||||
application/vnd.framemaker fm;
|
||||
application/vnd.frogans.fnc fnc;
|
||||
application/vnd.frogans.ltf ltf;
|
||||
application/vnd.fsc.weblaunch fsc;
|
||||
application/vnd.fujitsu.oasys oas;
|
||||
application/vnd.fujitsu.oasys2 oa2;
|
||||
application/vnd.fujitsu.oasys3 oa3;
|
||||
application/vnd.fujitsu.oasysgp fg5;
|
||||
application/vnd.fujitsu.oasysprs bh2;
|
||||
application/vnd.fujixerox.ddd ddd;
|
||||
application/vnd.fujixerox.docuworks xdw;
|
||||
application/vnd.fujixerox.docuworks.binder xbd;
|
||||
application/vnd.fujixerox.docuworks.container xct;
|
||||
application/vnd.fuzzysheet fzs;
|
||||
application/vnd.genomatix.tuxedo txd;
|
||||
application/vnd.geocube+xml g3 g³;
|
||||
application/vnd.geogebra.file ggb;
|
||||
application/vnd.geogebra.tool ggt;
|
||||
application/vnd.geometry-explorer gex gre;
|
||||
application/vnd.geonext gxt;
|
||||
application/vnd.geoplan g2w;
|
||||
application/vnd.geospace g3w;
|
||||
application/vnd.gmx gmx;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/vnd.grafeq gqf gqs;
|
||||
application/vnd.groove-account gac;
|
||||
application/vnd.groove-help ghf;
|
||||
application/vnd.groove-identity-message gim;
|
||||
application/vnd.groove-injector grv;
|
||||
application/vnd.groove-tool-message gtm;
|
||||
application/vnd.groove-tool-template tpl;
|
||||
application/vnd.groove-vcard vcg;
|
||||
application/vnd.hal+xml hal;
|
||||
application/vnd.HandHeld-Entertainment+xml zmm;
|
||||
application/vnd.hbci hbci hbc kom upa pkd bpd;
|
||||
application/vnd.hdt hdt;
|
||||
application/vnd.hhe.lesson-player les;
|
||||
application/vnd.hp-HPGL hpgl;
|
||||
application/vnd.hp-hpid hpi hpid;
|
||||
application/vnd.hp-hps hps;
|
||||
application/vnd.hp-jlyt jlt;
|
||||
application/vnd.hp-PCL pcl;
|
||||
application/vnd.hydrostatix.sof-data sfd-hdstx;
|
||||
application/vnd.hzn-3d-crossword x3d;
|
||||
application/vnd.ibm.electronic-media emm;
|
||||
application/vnd.ibm.MiniPay mpy;
|
||||
application/vnd.ibm.modcap list3820 listafp afp pseg3820;
|
||||
application/vnd.ibm.rights-management irm;
|
||||
application/vnd.ibm.secure-container sc;
|
||||
application/vnd.iccprofile icc icm;
|
||||
application/vnd.ieee.1905 1905.1;
|
||||
application/vnd.igloader igl;
|
||||
application/vnd.imagemeter.folder+zip imf;
|
||||
application/vnd.imagemeter.image+zip imi;
|
||||
application/vnd.immervision-ivp ivp;
|
||||
application/vnd.immervision-ivu ivu;
|
||||
application/vnd.ims.imsccv1p1 imscc;
|
||||
application/vnd.insors.igm igm;
|
||||
application/vnd.intercon.formnet xpw xpx;
|
||||
application/vnd.intergeo i2g;
|
||||
application/vnd.intu.qbo qbo;
|
||||
application/vnd.intu.qfx qfx;
|
||||
application/vnd.ipunplugged.rcprofile rcprofile;
|
||||
application/vnd.irepository.package+xml irp;
|
||||
application/vnd.is-xpr xpr;
|
||||
application/vnd.isac.fcs fcs;
|
||||
application/vnd.jam jam;
|
||||
application/vnd.jcp.javame.midlet-rms rms;
|
||||
application/vnd.jisp jisp;
|
||||
application/vnd.joost.joda-archive joda;
|
||||
application/vnd.kahootz ktz ktr;
|
||||
application/vnd.kde.karbon karbon;
|
||||
application/vnd.kde.kchart chrt;
|
||||
application/vnd.kde.kformula kfo;
|
||||
application/vnd.kde.kivio flw;
|
||||
application/vnd.kde.kontour kon;
|
||||
application/vnd.kde.kpresenter kpr kpt;
|
||||
application/vnd.kde.kspread ksp;
|
||||
application/vnd.kde.kword kwd kwt;
|
||||
application/vnd.kenameaapp htke;
|
||||
application/vnd.kidspiration kia;
|
||||
application/vnd.Kinar kne knp sdf;
|
||||
application/vnd.koan skp skd skm skt;
|
||||
application/vnd.kodak-descriptor sse;
|
||||
application/vnd.las.las+json lasjson;
|
||||
application/vnd.las.las+xml lasxml;
|
||||
application/vnd.llamagraphics.life-balance.desktop lbd;
|
||||
application/vnd.llamagraphics.life-balance.exchange+xml lbe;
|
||||
application/vnd.lotus-1-2-3 123 wk4 wk3 wk1;
|
||||
application/vnd.lotus-approach apr vew;
|
||||
application/vnd.lotus-freelance prz pre;
|
||||
application/vnd.lotus-notes nsf ntf ndl ns4 ns3 ns2 nsh nsg;
|
||||
application/vnd.lotus-organizer or3 or2 org;
|
||||
application/vnd.lotus-screencam scm;
|
||||
application/vnd.lotus-wordpro lwp sam;
|
||||
application/vnd.macports.portpkg portpkg;
|
||||
application/vnd.mapbox-vector-tile mvt;
|
||||
application/vnd.marlin.drm.mdcf mdc;
|
||||
application/vnd.maxmind.maxmind-db mmdb;
|
||||
application/vnd.mcd mcd;
|
||||
application/vnd.medcalcdata mc1;
|
||||
application/vnd.mediastation.cdkey cdkey;
|
||||
application/vnd.MFER mwf;
|
||||
application/vnd.mfmp mfm;
|
||||
application/vnd.micrografx.flo flo;
|
||||
application/vnd.micrografx.igx igx;
|
||||
application/vnd.mif mif;
|
||||
application/vnd.Mobius.DAF daf;
|
||||
application/vnd.Mobius.DIS dis;
|
||||
application/vnd.Mobius.MBK mbk;
|
||||
application/vnd.Mobius.MQY mqy;
|
||||
application/vnd.Mobius.MSL msl;
|
||||
application/vnd.Mobius.PLC plc;
|
||||
application/vnd.Mobius.TXF txf;
|
||||
application/vnd.mophun.application mpn;
|
||||
application/vnd.mophun.certificate mpc;
|
||||
application/vnd.mozilla.xul+xml xul;
|
||||
application/vnd.ms-3mfdocument 3mf;
|
||||
application/vnd.ms-artgalry cil;
|
||||
application/vnd.ms-asf asf;
|
||||
application/vnd.ms-cab-compressed cab;
|
||||
application/vnd.ms-excel xls xlm xla xlc xlt xlw;
|
||||
application/vnd.ms-excel.template.macroEnabled.12 xltm;
|
||||
application/vnd.ms-excel.addin.macroEnabled.12 xlam;
|
||||
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb;
|
||||
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-htmlhelp chm;
|
||||
application/vnd.ms-ims ims;
|
||||
application/vnd.ms-lrm lrm;
|
||||
application/vnd.ms-officetheme thmx;
|
||||
application/vnd.ms-powerpoint ppt pps pot;
|
||||
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam;
|
||||
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm;
|
||||
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm;
|
||||
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm;
|
||||
application/vnd.ms-powerpoint.template.macroEnabled.12 potm;
|
||||
application/vnd.ms-project mpp mpt;
|
||||
application/vnd.ms-tnef tnef tnf;
|
||||
application/vnd.ms-word.document.macroEnabled.12 docm;
|
||||
application/vnd.ms-word.template.macroEnabled.12 dotm;
|
||||
application/vnd.ms-works wcm wdb wks wps;
|
||||
application/vnd.ms-wpl wpl;
|
||||
application/vnd.ms-xpsdocument xps;
|
||||
application/vnd.msa-disk-image msa;
|
||||
application/vnd.mseq mseq;
|
||||
application/vnd.multiad.creator crtr;
|
||||
application/vnd.multiad.creator.cif cif;
|
||||
application/vnd.musician mus;
|
||||
application/vnd.muvee.style msty;
|
||||
application/vnd.mynfc taglet;
|
||||
application/vnd.nervana entity request bkm kcm;
|
||||
application/vnd.nitf nitf;
|
||||
application/vnd.neurolanguage.nlu nlu;
|
||||
application/vnd.nintendo.nitro.rom nds;
|
||||
application/vnd.nintendo.snes.rom sfc smc;
|
||||
application/vnd.noblenet-directory nnd;
|
||||
application/vnd.noblenet-sealer nns;
|
||||
application/vnd.noblenet-web nnw;
|
||||
application/vnd.nokia.n-gage.ac+xml ac;
|
||||
application/vnd.nokia.n-gage.data ngdat;
|
||||
application/vnd.nokia.n-gage.symbian.install n-gage;
|
||||
application/vnd.nokia.radio-preset rpst;
|
||||
application/vnd.nokia.radio-presets rpss;
|
||||
application/vnd.novadigm.EDM edm;
|
||||
application/vnd.novadigm.EDX edx;
|
||||
application/vnd.novadigm.EXT ext;
|
||||
application/vnd.oasis.opendocument.chart odc;
|
||||
application/vnd.oasis.opendocument.chart-template otc;
|
||||
application/vnd.oasis.opendocument.database odb;
|
||||
application/vnd.oasis.opendocument.formula odf;
|
||||
application/vnd.oasis.opendocument.graphics odg;
|
||||
application/vnd.oasis.opendocument.graphics-template otg;
|
||||
application/vnd.oasis.opendocument.image odi;
|
||||
application/vnd.oasis.opendocument.image-template oti;
|
||||
application/vnd.oasis.opendocument.presentation odp;
|
||||
application/vnd.oasis.opendocument.presentation-template otp;
|
||||
application/vnd.oasis.opendocument.spreadsheet ods;
|
||||
application/vnd.oasis.opendocument.spreadsheet-template ots;
|
||||
application/vnd.oasis.opendocument.text odt;
|
||||
application/vnd.oasis.opendocument.text-master odm;
|
||||
application/vnd.oasis.opendocument.text-template ott;
|
||||
application/vnd.oasis.opendocument.text-web oth;
|
||||
application/vnd.olpc-sugar xo;
|
||||
application/vnd.oma.dd2+xml dd2;
|
||||
application/vnd.onepager tam;
|
||||
application/vnd.onepagertamp tamp;
|
||||
application/vnd.onepagertamx tamx;
|
||||
application/vnd.onepagertat tat;
|
||||
application/vnd.onepagertatp tatp;
|
||||
application/vnd.onepagertatx tatx;
|
||||
application/vnd.openblox.game+xml obgx;
|
||||
application/vnd.openblox.game-binary obg;
|
||||
application/vnd.openeye.oeb oeb;
|
||||
application/vnd.openofficeorg.extension oxt;
|
||||
application/vnd.openstreetmap.data+xml osm;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.slide sldx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.template potx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx;
|
||||
application/vnd.osa.netdeploy ndc;
|
||||
application/vnd.osgeo.mapguide.package mgp;
|
||||
application/vnd.osgi.dp dp;
|
||||
application/vnd.osgi.subsystem esa;
|
||||
application/vnd.oxli.countgraph oxlicg;
|
||||
application/vnd.palm prc pdb pqa oprc;
|
||||
application/vnd.panoply plp;
|
||||
application/vnd.pawaafile paw;
|
||||
application/vnd.pg.format str;
|
||||
application/vnd.pg.osasli ei6;
|
||||
application/vnd.piaccess.application-license pil;
|
||||
application/vnd.picsel efif;
|
||||
application/vnd.pmi.widget wg;
|
||||
application/vnd.pocketlearn plf;
|
||||
application/vnd.powerbuilder6 pbd;
|
||||
application/vnd.preminet preminet;
|
||||
application/vnd.previewsystems.box box vbox;
|
||||
application/vnd.proteus.magazine mgz;
|
||||
application/vnd.publishare-delta-tree qps;
|
||||
application/vnd.pvi.ptid1 ptid;
|
||||
application/vnd.qualcomm.brew-app-res bar;
|
||||
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb;
|
||||
application/vnd.quobject-quoxdocument quox quiz;
|
||||
application/vnd.rainstor.data tree;
|
||||
application/vnd.rar rar;
|
||||
application/vnd.realvnc.bed bed;
|
||||
application/vnd.recordare.musicxml mxl;
|
||||
application/vnd.rig.cryptonote cryptonote;
|
||||
application/vnd.route66.link66+xml link66;
|
||||
application/vnd.sailingtracker.track st;
|
||||
application/vnd.scribus scd sla slaz;
|
||||
application/vnd.sealed.3df s3df;
|
||||
application/vnd.sealed.csf scsf;
|
||||
application/vnd.sealed.doc sdoc sdo s1w;
|
||||
application/vnd.sealed.eml seml sem;
|
||||
application/vnd.sealed.mht smht smh;
|
||||
application/vnd.sealed.ppt sppt s1p;
|
||||
application/vnd.sealed.tiff stif;
|
||||
application/vnd.sealed.xls sxls sxl s1e;
|
||||
application/vnd.sealedmedia.softseal.html stml s1h;
|
||||
application/vnd.sealedmedia.softseal.pdf spdf spd s1a;
|
||||
application/vnd.seemail see;
|
||||
application/vnd.sema sema;
|
||||
application/vnd.semd semd;
|
||||
application/vnd.semf semf;
|
||||
application/vnd.shana.informed.formdata ifm;
|
||||
application/vnd.shana.informed.formtemplate itp;
|
||||
application/vnd.shana.informed.interchange iif;
|
||||
application/vnd.shana.informed.package ipk;
|
||||
application/vnd.SimTech-MindMapper twd twds;
|
||||
application/vnd.smaf mmf;
|
||||
application/vnd.smart.notebook notebook;
|
||||
application/vnd.smart.teacher teacher;
|
||||
application/vnd.software602.filler.form+xml fo;
|
||||
application/vnd.software602.filler.form-xml-zip zfo;
|
||||
application/vnd.solent.sdkm+xml sdkm sdkd;
|
||||
application/vnd.spotfire.dxp dxp;
|
||||
application/vnd.spotfire.sfs sfs;
|
||||
application/vnd.stepmania.package smzip;
|
||||
application/vnd.stepmania.stepchart sm;
|
||||
application/vnd.sun.wadl+xml wadl;
|
||||
application/vnd.sus-calendar sus susp;
|
||||
application/vnd.syncml+xml xsm;
|
||||
application/vnd.syncml.dm+wbxml bdm;
|
||||
application/vnd.syncml.dm+xml xdm;
|
||||
application/vnd.syncml.dmddf+xml ddf;
|
||||
application/vnd.tao.intent-module-archive tao;
|
||||
application/vnd.tcpdump.pcap pcap cap dmp;
|
||||
application/vnd.theqvd qvd;
|
||||
application/vnd.tml vfr viaframe;
|
||||
application/vnd.tmobile-livetv tmo;
|
||||
application/vnd.trid.tpt tpt;
|
||||
application/vnd.triscape.mxs mxs;
|
||||
application/vnd.trueapp tra;
|
||||
application/vnd.ufdl ufdl ufd frm;
|
||||
application/vnd.uiq.theme utz;
|
||||
application/vnd.umajin umj;
|
||||
application/vnd.unity unityweb;
|
||||
application/vnd.uoml+xml uoml uo;
|
||||
application/vnd.uri-map urim urimap;
|
||||
application/vnd.valve.source.material vmt;
|
||||
application/vnd.vcx vcx;
|
||||
application/vnd.vd-study mxi study-inter model-inter;
|
||||
application/vnd.vectorworks vwx;
|
||||
application/vnd.vidsoft.vidconference vsc;
|
||||
application/vnd.visio vsd vst vsw vss;
|
||||
application/vnd.visionary vis;
|
||||
application/vnd.vsf vsf;
|
||||
application/vnd.wap.sic sic;
|
||||
application/vnd.wap.slc slc;
|
||||
application/vnd.wap.wbxml wbxml;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.wap.wmlscriptc wmlsc;
|
||||
application/vnd.webturbo wtb;
|
||||
application/vnd.wfa.p2p p2p;
|
||||
application/vnd.wfa.wsc wsc;
|
||||
application/vnd.wmc wmc;
|
||||
application/vnd.wolfram.mathematica.package m;
|
||||
application/vnd.wolfram.player nbp;
|
||||
application/vnd.wordperfect wpd;
|
||||
application/vnd.wqd wqd;
|
||||
application/vnd.wt.stf stf;
|
||||
application/vnd.wv.csp+wbxml wv;
|
||||
application/vnd.xara xar;
|
||||
application/vnd.xfdl xfdl xfd;
|
||||
application/vnd.xmpie.cpkg cpkg;
|
||||
application/vnd.xmpie.dpkg dpkg;
|
||||
application/vnd.xmpie.ppkg ppkg;
|
||||
application/vnd.xmpie.xlim xlim;
|
||||
application/vnd.yamaha.hv-dic hvd;
|
||||
application/vnd.yamaha.hv-script hvs;
|
||||
application/vnd.yamaha.hv-voice hvp;
|
||||
application/vnd.yamaha.openscoreformat osf;
|
||||
application/vnd.yamaha.smaf-audio saf;
|
||||
application/vnd.yamaha.smaf-phrase spf;
|
||||
application/vnd.yaoweme yme;
|
||||
application/vnd.yellowriver-custom-menu cmp;
|
||||
application/vnd.zul zir zirz;
|
||||
application/vnd.zzazz.deck+xml zaz;
|
||||
application/voicexml+xml vxml;
|
||||
application/watcherinfo+xml wif;
|
||||
application/widget wgt;
|
||||
application/wsdl+xml wsdl;
|
||||
application/wspolicy+xml wspolicy;
|
||||
application/xcap-att+xml xav;
|
||||
application/xcap-caps+xml xca;
|
||||
application/xcap-diff+xml xdf;
|
||||
application/xcap-el+xml xel;
|
||||
application/xcap-error+xml xer;
|
||||
application/xcap-ns+xml xns;
|
||||
application/xhtml+xml xhtml xhtm xht;
|
||||
application/xml-dtd dtd;
|
||||
application/xop+xml xop;
|
||||
application/xslt+xml xsl xslt;
|
||||
application/xv+xml mxml xhvml xvml xvm;
|
||||
application/yang yang;
|
||||
application/yin+xml yin;
|
||||
application/zip zip;
|
||||
audio/32kadpcm 726;
|
||||
audio/ac3 ac3;
|
||||
audio/AMR amr;
|
||||
audio/AMR-WB awb;
|
||||
audio/asc acn;
|
||||
audio/ATRAC-ADVANCED-LOSSLESS aal;
|
||||
audio/ATRAC-X atx;
|
||||
audio/ATRAC3 at3 aa3 omg;
|
||||
audio/basic au snd;
|
||||
audio/dls dls;
|
||||
audio/EVRC evc;
|
||||
audio/EVRCB evb;
|
||||
audio/EVRCNW enw;
|
||||
audio/EVRCWB evw;
|
||||
audio/iLBC lbc;
|
||||
audio/L16 l16;
|
||||
audio/mobile-xmf mxmf;
|
||||
audio/mp4 m4a;
|
||||
audio/mpeg mp3 mpga mp1 mp2;
|
||||
audio/ogg oga ogg opus spx;
|
||||
audio/prs.sid sid psid;
|
||||
audio/qcelp qcp;
|
||||
audio/SMV smv;
|
||||
audio/vnd.audikoz koz;
|
||||
audio/vnd.dece.audio uva uvva;
|
||||
audio/vnd.digital-winds eol;
|
||||
audio/vnd.dolby.mlp mlp;
|
||||
audio/vnd.dts dts;
|
||||
audio/vnd.dts.hd dtshd;
|
||||
audio/vnd.everad.plj plj;
|
||||
audio/vnd.lucent.voice lvp;
|
||||
audio/vnd.ms-playready.media.pya pya;
|
||||
audio/vnd.nortel.vbk vbk;
|
||||
audio/vnd.nuera.ecelp4800 ecelp4800;
|
||||
audio/vnd.nuera.ecelp7470 ecelp7470;
|
||||
audio/vnd.nuera.ecelp9600 ecelp9600;
|
||||
audio/vnd.rip rip;
|
||||
audio/vnd.sealedmedia.softseal.mpeg smp3 smp s1m;
|
||||
font/collection ttc;
|
||||
font/otf otf;
|
||||
font/ttf ttf;
|
||||
font/woff woff;
|
||||
font/woff2 woff2;
|
||||
image/bmp bmp dib;
|
||||
image/cgm cgm;
|
||||
image/dicom-rle drle;
|
||||
image/emf emf;
|
||||
image/fits fits fit fts;
|
||||
image/gif gif;
|
||||
image/ief ief;
|
||||
image/jls jls;
|
||||
image/jp2 jp2 jpg2;
|
||||
image/jpeg jpg jpeg jpe jfif;
|
||||
image/jpm jpm jpgm;
|
||||
image/jpx jpx jpf;
|
||||
image/ktx ktx;
|
||||
image/png png;
|
||||
image/prs.btif btif btf;
|
||||
image/prs.pti pti;
|
||||
image/svg+xml svg svgz;
|
||||
image/t38 t38;
|
||||
image/tiff tiff tif;
|
||||
image/tiff-fx tfx;
|
||||
image/vnd.adobe.photoshop psd;
|
||||
image/vnd.airzip.accelerator.azv azv;
|
||||
image/vnd.dece.graphic uvi uvvi uvg uvvg;
|
||||
image/vnd.djvu djvu djv;
|
||||
image/vnd.dwg dwg;
|
||||
image/vnd.dxf dxf;
|
||||
image/vnd.fastbidsheet fbs;
|
||||
image/vnd.fpx fpx;
|
||||
image/vnd.fst fst;
|
||||
image/vnd.fujixerox.edmics-mmr mmr;
|
||||
image/vnd.fujixerox.edmics-rlc rlc;
|
||||
image/vnd.globalgraphics.pgb pgb;
|
||||
image/vnd.microsoft.icon ico;
|
||||
image/vnd.mozilla.apng apng;
|
||||
image/vnd.ms-modi mdi;
|
||||
image/vnd.radiance hdr rgbe xyze;
|
||||
image/vnd.sealed.png spng spn s1n;
|
||||
image/vnd.sealedmedia.softseal.gif sgif sgi s1g;
|
||||
image/vnd.sealedmedia.softseal.jpg sjpg sjp s1j;
|
||||
image/vnd.tencent.tap tap;
|
||||
image/vnd.valve.source.texture vtf;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/vnd.xiff xif;
|
||||
image/vnd.zbrush.pcx pcx;
|
||||
image/wmf wmf;
|
||||
message/global u8msg;
|
||||
message/global-delivery-status u8dsn;
|
||||
message/global-disposition-notification u8mdn;
|
||||
message/global-headers u8hdr;
|
||||
message/rfc822 eml mail art;
|
||||
model/gltf+json gltf;
|
||||
model/iges igs iges;
|
||||
model/mesh msh mesh silo;
|
||||
model/vnd.collada+xml dae;
|
||||
model/vnd.dwf dwf;
|
||||
model/vnd.gdl gdl gsm win dor lmp rsm msm ism;
|
||||
model/vnd.gtw gtw;
|
||||
model/vnd.moml+xml moml;
|
||||
model/vnd.mts mts;
|
||||
model/vnd.opengex ogex;
|
||||
model/vnd.parasolid.transmit.binary x_b xmt_bin;
|
||||
model/vnd.parasolid.transmit.text x_t xmt_txt;
|
||||
model/vnd.valve.source.compiled-map bsp;
|
||||
model/vnd.vtu vtu;
|
||||
model/vrml wrl vrml;
|
||||
model/x3d+xml x3db;
|
||||
model/x3d-vrml x3dv x3dvz;
|
||||
multipart/vnd.bint.med-plus bmed;
|
||||
multipart/voice-message vpm;
|
||||
text/cache-manifest appcache manifest;
|
||||
text/calendar ics ifb;
|
||||
text/css css;
|
||||
text/csv csv;
|
||||
text/csv-schema csvs;
|
||||
text/dns soa zone;
|
||||
text/html html htm;
|
||||
text/jcr-cnd cnd;
|
||||
text/markdown markdown md;
|
||||
text/mizar miz;
|
||||
text/n3 n3;
|
||||
text/plain txt asc text pm el c h cc hh cxx hxx f90 conf log;
|
||||
text/provenance-notation provn;
|
||||
text/prs.fallenstein.rst rst;
|
||||
text/prs.lines.tag tag dsc;
|
||||
text/richtext rtx;
|
||||
text/sgml sgml sgm;
|
||||
text/tab-separated-values tsv;
|
||||
text/troff t tr roff;
|
||||
text/turtle ttl;
|
||||
text/uri-list uris uri;
|
||||
text/vcard vcf vcard;
|
||||
text/vnd.a a;
|
||||
text/vnd.abc abc;
|
||||
text/vnd.ascii-art ascii;
|
||||
text/vnd.debian.copyright copyright;
|
||||
text/vnd.DMClientScript dms;
|
||||
text/vnd.dvb.subtitle sub;
|
||||
text/vnd.esmertec.theme-descriptor jtd;
|
||||
text/vnd.fly fly;
|
||||
text/vnd.fmi.flexstor flx;
|
||||
text/vnd.graphviz gv dot;
|
||||
text/vnd.in3d.3dml 3dml 3dm;
|
||||
text/vnd.in3d.spot spot spo;
|
||||
text/vnd.ms-mediapackage mpf;
|
||||
text/vnd.net2phone.commcenter.command ccc;
|
||||
text/vnd.si.uricatalogue uric;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.trolltech.linguist ts;
|
||||
text/vnd.wap.si si;
|
||||
text/vnd.wap.sl sl;
|
||||
text/vnd.wap.wml wml;
|
||||
text/vnd.wap.wmlscript wmls;
|
||||
text/xml xml xsd rng;
|
||||
text/xml-external-parsed-entity ent;
|
||||
video/3gpp 3gp 3gpp;
|
||||
video/3gpp2 3g2 3gpp2;
|
||||
video/iso.segment m4s;
|
||||
video/mj2 mj2 mjp2;
|
||||
video/mp4 mp4 mpg4 m4v;
|
||||
video/mpeg mpeg mpg mpe m1v m2v;
|
||||
video/ogg ogv;
|
||||
video/quicktime mov qt;
|
||||
video/vnd.dece.hd uvh uvvh;
|
||||
video/vnd.dece.mobile uvm uvvm;
|
||||
video/vnd.dece.mp4 uvu uvvu;
|
||||
video/vnd.dece.pd uvp uvvp;
|
||||
video/vnd.dece.sd uvs uvvs;
|
||||
video/vnd.dece.video uvv uvvv;
|
||||
video/vnd.dvb.file dvb;
|
||||
video/vnd.fvt fvt;
|
||||
video/vnd.mpegurl mxu m4u;
|
||||
video/vnd.ms-playready.media.pyv pyv;
|
||||
video/vnd.nokia.interleaved-multimedia nim;
|
||||
video/vnd.radgamettools.bink bik bk2;
|
||||
video/vnd.radgamettools.smacker smk;
|
||||
video/vnd.sealed.mpeg1 smpg s11;
|
||||
video/vnd.sealed.mpeg4 s14;
|
||||
video/vnd.sealed.swf sswf ssw;
|
||||
video/vnd.sealedmedia.softseal.mov smov smo s1q;
|
||||
video/vnd.vivo viv;
|
||||
application/mac-compactpro cpt;
|
||||
application/metalink+xml metalink;
|
||||
application/owl+xml owx;
|
||||
application/rss+xml rss;
|
||||
application/vnd.android.package-archive apk;
|
||||
application/vnd.oma.dd+xml dd;
|
||||
application/vnd.oma.drm.content dcf;
|
||||
application/vnd.oma.drm.dcf o4a o4v;
|
||||
application/vnd.oma.drm.message dm;
|
||||
application/vnd.oma.drm.rights+wbxml drc;
|
||||
application/vnd.oma.drm.rights+xml dr;
|
||||
application/vnd.sun.xml.calc sxc;
|
||||
application/vnd.sun.xml.calc.template stc;
|
||||
application/vnd.sun.xml.draw sxd;
|
||||
application/vnd.sun.xml.draw.template std;
|
||||
application/vnd.sun.xml.impress sxi;
|
||||
application/vnd.sun.xml.impress.template sti;
|
||||
application/vnd.sun.xml.math sxm;
|
||||
application/vnd.sun.xml.writer sxw;
|
||||
application/vnd.sun.xml.writer.global sxg;
|
||||
application/vnd.sun.xml.writer.template stw;
|
||||
application/vnd.symbian.install sis;
|
||||
application/vnd.wap.mms-message mms;
|
||||
application/x-annodex anx;
|
||||
application/x-bcpio bcpio;
|
||||
application/x-bittorrent torrent;
|
||||
application/x-bzip2 bz2;
|
||||
application/x-cdlink vcd;
|
||||
application/x-chrome-extension crx;
|
||||
application/x-cpio cpio;
|
||||
application/x-csh csh;
|
||||
application/x-director dcr dir dxr;
|
||||
application/x-dvi dvi;
|
||||
application/x-futuresplash spl;
|
||||
application/x-gtar gtar;
|
||||
application/x-hdf hdf;
|
||||
application/x-java-archive jar;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-java-pack200 pack;
|
||||
application/x-killustrator kil;
|
||||
application/x-latex latex;
|
||||
application/x-netcdf nc cdf;
|
||||
application/x-perl pl;
|
||||
application/x-rpm rpm;
|
||||
application/x-sh sh;
|
||||
application/x-shar shar;
|
||||
application/x-stuffit sit;
|
||||
application/x-sv4cpio sv4cpio;
|
||||
application/x-sv4crc sv4crc;
|
||||
application/x-tar tar;
|
||||
application/x-tcl tcl;
|
||||
application/x-tex tex;
|
||||
application/x-texinfo texinfo texi;
|
||||
application/x-troff-man man 1 2 3 4 5 6 7 8;
|
||||
application/x-troff-me me;
|
||||
application/x-troff-ms ms;
|
||||
application/x-ustar ustar;
|
||||
application/x-wais-source src;
|
||||
application/x-xpinstall xpi;
|
||||
application/x-xspf+xml xspf;
|
||||
application/x-xz xz;
|
||||
audio/midi mid midi kar;
|
||||
audio/x-aiff aif aiff aifc;
|
||||
audio/x-annodex axa;
|
||||
audio/x-flac flac;
|
||||
audio/x-matroska mka;
|
||||
audio/x-mod mod ult uni m15 mtm 669 med;
|
||||
audio/x-mpegurl m3u;
|
||||
audio/x-ms-wax wax;
|
||||
audio/x-ms-wma wma;
|
||||
audio/x-pn-realaudio ram rm;
|
||||
audio/x-realaudio ra;
|
||||
audio/x-s3m s3m;
|
||||
audio/x-stm stm;
|
||||
audio/x-wav wav;
|
||||
chemical/x-xyz xyz;
|
||||
image/webp webp;
|
||||
image/x-cmu-raster ras;
|
||||
image/x-portable-anymap pnm;
|
||||
image/x-portable-bitmap pbm;
|
||||
image/x-portable-graymap pgm;
|
||||
image/x-portable-pixmap ppm;
|
||||
image/x-rgb rgb;
|
||||
image/x-targa tga;
|
||||
image/x-xbitmap xbm;
|
||||
image/x-xpixmap xpm;
|
||||
image/x-xwindowdump xwd;
|
||||
text/html-sandboxed sandboxed;
|
||||
text/x-pod pod;
|
||||
text/x-setext etx;
|
||||
video/webm webm;
|
||||
video/x-annodex axv;
|
||||
video/x-flv flv;
|
||||
video/x-javafx fxm;
|
||||
video/x-matroska mkv;
|
||||
video/x-matroska-3d mk3d;
|
||||
video/x-ms-asf asx;
|
||||
video/x-ms-wm wm;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-ms-wmx wmx;
|
||||
video/x-ms-wvx wvx;
|
||||
video/x-msvideo avi;
|
||||
video/x-sgi-movie movie;
|
||||
x-conference/x-cooltalk ice;
|
||||
x-epoc/x-sisx-app sisx;
|
||||
}
|
|
@ -0,0 +1,97 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/svg+xml svg svgz;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/webp webp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
|
||||
font/woff woff;
|
||||
font/woff2 woff2;
|
||||
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.oasis.opendocument.graphics odg;
|
||||
application/vnd.oasis.opendocument.presentation odp;
|
||||
application/vnd.oasis.opendocument.spreadsheet ods;
|
||||
application/vnd.oasis.opendocument.text odt;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
pptx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
||||
xlsx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||
docx;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
90
.dev-tools/distribution_tests/fedora/etc/nginx/nginx.conf
Normal file
90
.dev-tools/distribution_tests/fedora/etc/nginx/nginx.conf
Normal file
|
@ -0,0 +1,90 @@
|
|||
# For more information on configuration, see:
|
||||
# * Official English Documentation: http://nginx.org/en/docs/
|
||||
# * Official Russian Documentation: http://nginx.org/ru/docs/
|
||||
|
||||
user nginx;
|
||||
worker_processes auto;
|
||||
error_log /var/log/nginx/error.log;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
# Load dynamic modules. See /usr/share/doc/nginx/README.dynamic.
|
||||
include /usr/share/nginx/modules/*.conf;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
access_log /var/log/nginx/access.log main;
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
# Load modular configuration files from the /etc/nginx/conf.d directory.
|
||||
# See http://nginx.org/en/docs/ngx_core_module.html#include
|
||||
# for more information.
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
# Load configuration files for the default server block.
|
||||
include /etc/nginx/default.d/*.conf;
|
||||
|
||||
location / {
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
location = /40x.html {
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
}
|
||||
}
|
||||
|
||||
# Settings for a TLS enabled server.
|
||||
#
|
||||
# server {
|
||||
# listen 443 ssl http2 default_server;
|
||||
# listen [::]:443 ssl http2 default_server;
|
||||
# server_name _;
|
||||
# root /usr/share/nginx/html;
|
||||
#
|
||||
# ssl_certificate "/etc/pki/nginx/server.crt";
|
||||
# ssl_certificate_key "/etc/pki/nginx/private/server.key";
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 10m;
|
||||
# ssl_ciphers PROFILE=SYSTEM;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
#
|
||||
# # Load configuration files for the default server block.
|
||||
# include /etc/nginx/default.d/*.conf;
|
||||
#
|
||||
# location / {
|
||||
# }
|
||||
#
|
||||
# error_page 404 /404.html;
|
||||
# location = /40x.html {
|
||||
# }
|
||||
#
|
||||
# error_page 500 502 503 504 /50x.html;
|
||||
# location = /50x.html {
|
||||
# }
|
||||
# }
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,117 @@
|
|||
|
||||
#user nobody;
|
||||
worker_processes 1;
|
||||
|
||||
#error_log logs/error.log;
|
||||
#error_log logs/error.log notice;
|
||||
#error_log logs/error.log info;
|
||||
|
||||
#pid logs/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
# '$status $body_bytes_sent "$http_referer" '
|
||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log logs/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
#keepalive_timeout 0;
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log logs/host.access.log main;
|
||||
|
||||
location / {
|
||||
root html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
||||
# redirect server error pages to the static page /50x.html
|
||||
#
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root html;
|
||||
}
|
||||
|
||||
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# proxy_pass http://127.0.0.1;
|
||||
#}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# root html;
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# fastcgi_index index.php;
|
||||
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
# include fastcgi_params;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# another virtual host using mix of IP-, name-, and port-based configuration
|
||||
#
|
||||
#server {
|
||||
# listen 8000;
|
||||
# listen somename:8080;
|
||||
# server_name somename alias another.alias;
|
||||
|
||||
# location / {
|
||||
# root html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
|
||||
# HTTPS server
|
||||
#
|
||||
#server {
|
||||
# listen 443 ssl;
|
||||
# server_name localhost;
|
||||
|
||||
# ssl_certificate cert.pem;
|
||||
# ssl_certificate_key cert.key;
|
||||
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 5m;
|
||||
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
|
||||
# location / {
|
||||
# root html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
}
|
17
.dev-tools/distribution_tests/fedora/etc/nginx/scgi_params
Normal file
17
.dev-tools/distribution_tests/fedora/etc/nginx/scgi_params
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
17
.dev-tools/distribution_tests/fedora/etc/nginx/uwsgi_params
Normal file
17
.dev-tools/distribution_tests/fedora/etc/nginx/uwsgi_params
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
126
.dev-tools/distribution_tests/fedora/etc/nginx/win-utf
Normal file
126
.dev-tools/distribution_tests/fedora/etc/nginx/win-utf
Normal file
|
@ -0,0 +1,126 @@
|
|||
|
||||
# This map is not a full windows-1251 <> utf8 map: it does not
|
||||
# contain Serbian and Macedonian letters. If you need a full map,
|
||||
# use contrib/unicode2nginx/win-utf map instead.
|
||||
|
||||
charset_map windows-1251 utf-8 {
|
||||
|
||||
82 E2809A ; # single low-9 quotation mark
|
||||
|
||||
84 E2809E ; # double low-9 quotation mark
|
||||
85 E280A6 ; # ellipsis
|
||||
86 E280A0 ; # dagger
|
||||
87 E280A1 ; # double dagger
|
||||
88 E282AC ; # euro
|
||||
89 E280B0 ; # per mille
|
||||
|
||||
91 E28098 ; # left single quotation mark
|
||||
92 E28099 ; # right single quotation mark
|
||||
93 E2809C ; # left double quotation mark
|
||||
94 E2809D ; # right double quotation mark
|
||||
95 E280A2 ; # bullet
|
||||
96 E28093 ; # en dash
|
||||
97 E28094 ; # em dash
|
||||
|
||||
99 E284A2 ; # trade mark sign
|
||||
|
||||
A0 C2A0 ; #
|
||||
A1 D18E ; # capital Byelorussian short U
|
||||
A2 D19E ; # small Byelorussian short u
|
||||
|
||||
A4 C2A4 ; # currency sign
|
||||
A5 D290 ; # capital Ukrainian soft G
|
||||
A6 C2A6 ; # borken bar
|
||||
A7 C2A7 ; # section sign
|
||||
A8 D081 ; # capital YO
|
||||
A9 C2A9 ; # (C)
|
||||
AA D084 ; # capital Ukrainian YE
|
||||
AB C2AB ; # left-pointing double angle quotation mark
|
||||
AC C2AC ; # not sign
|
||||
AD C2AD ; # soft hypen
|
||||
AE C2AE ; # (R)
|
||||
AF D087 ; # capital Ukrainian YI
|
||||
|
||||
B0 C2B0 ; # °
|
||||
B1 C2B1 ; # plus-minus sign
|
||||
B2 D086 ; # capital Ukrainian I
|
||||
B3 D196 ; # small Ukrainian i
|
||||
B4 D291 ; # small Ukrainian soft g
|
||||
B5 C2B5 ; # micro sign
|
||||
B6 C2B6 ; # pilcrow sign
|
||||
B7 C2B7 ; # ·
|
||||
B8 D191 ; # small yo
|
||||
B9 E28496 ; # numero sign
|
||||
BA D194 ; # small Ukrainian ye
|
||||
BB C2BB ; # right-pointing double angle quotation mark
|
||||
|
||||
BF D197 ; # small Ukrainian yi
|
||||
|
||||
C0 D090 ; # capital A
|
||||
C1 D091 ; # capital B
|
||||
C2 D092 ; # capital V
|
||||
C3 D093 ; # capital G
|
||||
C4 D094 ; # capital D
|
||||
C5 D095 ; # capital YE
|
||||
C6 D096 ; # capital ZH
|
||||
C7 D097 ; # capital Z
|
||||
C8 D098 ; # capital I
|
||||
C9 D099 ; # capital J
|
||||
CA D09A ; # capital K
|
||||
CB D09B ; # capital L
|
||||
CC D09C ; # capital M
|
||||
CD D09D ; # capital N
|
||||
CE D09E ; # capital O
|
||||
CF D09F ; # capital P
|
||||
|
||||
D0 D0A0 ; # capital R
|
||||
D1 D0A1 ; # capital S
|
||||
D2 D0A2 ; # capital T
|
||||
D3 D0A3 ; # capital U
|
||||
D4 D0A4 ; # capital F
|
||||
D5 D0A5 ; # capital KH
|
||||
D6 D0A6 ; # capital TS
|
||||
D7 D0A7 ; # capital CH
|
||||
D8 D0A8 ; # capital SH
|
||||
D9 D0A9 ; # capital SHCH
|
||||
DA D0AA ; # capital hard sign
|
||||
DB D0AB ; # capital Y
|
||||
DC D0AC ; # capital soft sign
|
||||
DD D0AD ; # capital E
|
||||
DE D0AE ; # capital YU
|
||||
DF D0AF ; # capital YA
|
||||
|
||||
E0 D0B0 ; # small a
|
||||
E1 D0B1 ; # small b
|
||||
E2 D0B2 ; # small v
|
||||
E3 D0B3 ; # small g
|
||||
E4 D0B4 ; # small d
|
||||
E5 D0B5 ; # small ye
|
||||
E6 D0B6 ; # small zh
|
||||
E7 D0B7 ; # small z
|
||||
E8 D0B8 ; # small i
|
||||
E9 D0B9 ; # small j
|
||||
EA D0BA ; # small k
|
||||
EB D0BB ; # small l
|
||||
EC D0BC ; # small m
|
||||
ED D0BD ; # small n
|
||||
EE D0BE ; # small o
|
||||
EF D0BF ; # small p
|
||||
|
||||
F0 D180 ; # small r
|
||||
F1 D181 ; # small s
|
||||
F2 D182 ; # small t
|
||||
F3 D183 ; # small u
|
||||
F4 D184 ; # small f
|
||||
F5 D185 ; # small kh
|
||||
F6 D186 ; # small ts
|
||||
F7 D187 ; # small ch
|
||||
F8 D188 ; # small sh
|
||||
F9 D189 ; # small shch
|
||||
FA D18A ; # small hard sign
|
||||
FB D18B ; # small y
|
||||
FC D18C ; # small soft sign
|
||||
FD D18D ; # small e
|
||||
FE D18E ; # small yu
|
||||
FF D18F ; # small ya
|
||||
}
|
0
.dev-tools/distribution_tests/opensuse-leap/.keep
Normal file
0
.dev-tools/distribution_tests/opensuse-leap/.keep
Normal file
0
.dev-tools/distribution_tests/opensuse-leap/etc/.keep
Normal file
0
.dev-tools/distribution_tests/opensuse-leap/etc/.keep
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
109
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/koi-utf
Normal file
109
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/koi-utf
Normal file
|
@ -0,0 +1,109 @@
|
|||
|
||||
# This map is not a full koi8-r <> utf8 map: it does not contain
|
||||
# box-drawing and some other characters. Besides this map contains
|
||||
# several koi8-u and Byelorussian letters which are not in koi8-r.
|
||||
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
|
||||
# map instead.
|
||||
|
||||
charset_map koi8-r utf-8 {
|
||||
|
||||
80 E282AC ; # euro
|
||||
|
||||
95 E280A2 ; # bullet
|
||||
|
||||
9A C2A0 ; #
|
||||
|
||||
9E C2B7 ; # ·
|
||||
|
||||
A3 D191 ; # small yo
|
||||
A4 D194 ; # small Ukrainian ye
|
||||
|
||||
A6 D196 ; # small Ukrainian i
|
||||
A7 D197 ; # small Ukrainian yi
|
||||
|
||||
AD D291 ; # small Ukrainian soft g
|
||||
AE D19E ; # small Byelorussian short u
|
||||
|
||||
B0 C2B0 ; # °
|
||||
|
||||
B3 D081 ; # capital YO
|
||||
B4 D084 ; # capital Ukrainian YE
|
||||
|
||||
B6 D086 ; # capital Ukrainian I
|
||||
B7 D087 ; # capital Ukrainian YI
|
||||
|
||||
B9 E28496 ; # numero sign
|
||||
|
||||
BD D290 ; # capital Ukrainian soft G
|
||||
BE D18E ; # capital Byelorussian short U
|
||||
|
||||
BF C2A9 ; # (C)
|
||||
|
||||
C0 D18E ; # small yu
|
||||
C1 D0B0 ; # small a
|
||||
C2 D0B1 ; # small b
|
||||
C3 D186 ; # small ts
|
||||
C4 D0B4 ; # small d
|
||||
C5 D0B5 ; # small ye
|
||||
C6 D184 ; # small f
|
||||
C7 D0B3 ; # small g
|
||||
C8 D185 ; # small kh
|
||||
C9 D0B8 ; # small i
|
||||
CA D0B9 ; # small j
|
||||
CB D0BA ; # small k
|
||||
CC D0BB ; # small l
|
||||
CD D0BC ; # small m
|
||||
CE D0BD ; # small n
|
||||
CF D0BE ; # small o
|
||||
|
||||
D0 D0BF ; # small p
|
||||
D1 D18F ; # small ya
|
||||
D2 D180 ; # small r
|
||||
D3 D181 ; # small s
|
||||
D4 D182 ; # small t
|
||||
D5 D183 ; # small u
|
||||
D6 D0B6 ; # small zh
|
||||
D7 D0B2 ; # small v
|
||||
D8 D18C ; # small soft sign
|
||||
D9 D18B ; # small y
|
||||
DA D0B7 ; # small z
|
||||
DB D188 ; # small sh
|
||||
DC D18D ; # small e
|
||||
DD D189 ; # small shch
|
||||
DE D187 ; # small ch
|
||||
DF D18A ; # small hard sign
|
||||
|
||||
E0 D0AE ; # capital YU
|
||||
E1 D090 ; # capital A
|
||||
E2 D091 ; # capital B
|
||||
E3 D0A6 ; # capital TS
|
||||
E4 D094 ; # capital D
|
||||
E5 D095 ; # capital YE
|
||||
E6 D0A4 ; # capital F
|
||||
E7 D093 ; # capital G
|
||||
E8 D0A5 ; # capital KH
|
||||
E9 D098 ; # capital I
|
||||
EA D099 ; # capital J
|
||||
EB D09A ; # capital K
|
||||
EC D09B ; # capital L
|
||||
ED D09C ; # capital M
|
||||
EE D09D ; # capital N
|
||||
EF D09E ; # capital O
|
||||
|
||||
F0 D09F ; # capital P
|
||||
F1 D0AF ; # capital YA
|
||||
F2 D0A0 ; # capital R
|
||||
F3 D0A1 ; # capital S
|
||||
F4 D0A2 ; # capital T
|
||||
F5 D0A3 ; # capital U
|
||||
F6 D096 ; # capital ZH
|
||||
F7 D092 ; # capital V
|
||||
F8 D0AC ; # capital soft sign
|
||||
F9 D0AB ; # capital Y
|
||||
FA D097 ; # capital Z
|
||||
FB D0A8 ; # capital SH
|
||||
FC D0AD ; # capital E
|
||||
FD D0A9 ; # capital SHCH
|
||||
FE D0A7 ; # capital CH
|
||||
FF D0AA ; # capital hard sign
|
||||
}
|
103
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/koi-win
Normal file
103
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/koi-win
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
charset_map koi8-r windows-1251 {
|
||||
|
||||
80 88 ; # euro
|
||||
|
||||
95 95 ; # bullet
|
||||
|
||||
9A A0 ; #
|
||||
|
||||
9E B7 ; # ·
|
||||
|
||||
A3 B8 ; # small yo
|
||||
A4 BA ; # small Ukrainian ye
|
||||
|
||||
A6 B3 ; # small Ukrainian i
|
||||
A7 BF ; # small Ukrainian yi
|
||||
|
||||
AD B4 ; # small Ukrainian soft g
|
||||
AE A2 ; # small Byelorussian short u
|
||||
|
||||
B0 B0 ; # °
|
||||
|
||||
B3 A8 ; # capital YO
|
||||
B4 AA ; # capital Ukrainian YE
|
||||
|
||||
B6 B2 ; # capital Ukrainian I
|
||||
B7 AF ; # capital Ukrainian YI
|
||||
|
||||
B9 B9 ; # numero sign
|
||||
|
||||
BD A5 ; # capital Ukrainian soft G
|
||||
BE A1 ; # capital Byelorussian short U
|
||||
|
||||
BF A9 ; # (C)
|
||||
|
||||
C0 FE ; # small yu
|
||||
C1 E0 ; # small a
|
||||
C2 E1 ; # small b
|
||||
C3 F6 ; # small ts
|
||||
C4 E4 ; # small d
|
||||
C5 E5 ; # small ye
|
||||
C6 F4 ; # small f
|
||||
C7 E3 ; # small g
|
||||
C8 F5 ; # small kh
|
||||
C9 E8 ; # small i
|
||||
CA E9 ; # small j
|
||||
CB EA ; # small k
|
||||
CC EB ; # small l
|
||||
CD EC ; # small m
|
||||
CE ED ; # small n
|
||||
CF EE ; # small o
|
||||
|
||||
D0 EF ; # small p
|
||||
D1 FF ; # small ya
|
||||
D2 F0 ; # small r
|
||||
D3 F1 ; # small s
|
||||
D4 F2 ; # small t
|
||||
D5 F3 ; # small u
|
||||
D6 E6 ; # small zh
|
||||
D7 E2 ; # small v
|
||||
D8 FC ; # small soft sign
|
||||
D9 FB ; # small y
|
||||
DA E7 ; # small z
|
||||
DB F8 ; # small sh
|
||||
DC FD ; # small e
|
||||
DD F9 ; # small shch
|
||||
DE F7 ; # small ch
|
||||
DF FA ; # small hard sign
|
||||
|
||||
E0 DE ; # capital YU
|
||||
E1 C0 ; # capital A
|
||||
E2 C1 ; # capital B
|
||||
E3 D6 ; # capital TS
|
||||
E4 C4 ; # capital D
|
||||
E5 C5 ; # capital YE
|
||||
E6 D4 ; # capital F
|
||||
E7 C3 ; # capital G
|
||||
E8 D5 ; # capital KH
|
||||
E9 C8 ; # capital I
|
||||
EA C9 ; # capital J
|
||||
EB CA ; # capital K
|
||||
EC CB ; # capital L
|
||||
ED CC ; # capital M
|
||||
EE CD ; # capital N
|
||||
EF CE ; # capital O
|
||||
|
||||
F0 CF ; # capital P
|
||||
F1 DF ; # capital YA
|
||||
F2 D0 ; # capital R
|
||||
F3 D1 ; # capital S
|
||||
F4 D2 ; # capital T
|
||||
F5 D3 ; # capital U
|
||||
F6 C6 ; # capital ZH
|
||||
F7 C2 ; # capital V
|
||||
F8 DC ; # capital soft sign
|
||||
F9 DB ; # capital Y
|
||||
FA C7 ; # capital Z
|
||||
FB D8 ; # capital SH
|
||||
FC DD ; # capital E
|
||||
FD D9 ; # capital SHCH
|
||||
FE D7 ; # capital CH
|
||||
FF DA ; # capital hard sign
|
||||
}
|
|
@ -0,0 +1,95 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/svg+xml svg svgz;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/webp webp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
|
||||
application/font-woff woff;
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.oasis.opendocument.graphics odg;
|
||||
application/vnd.oasis.opendocument.presentation odp;
|
||||
application/vnd.oasis.opendocument.spreadsheet ods;
|
||||
application/vnd.oasis.opendocument.text odt;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
pptx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
||||
xlsx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||
docx;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
|
@ -0,0 +1,95 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/svg+xml svg svgz;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/webp webp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
|
||||
application/font-woff woff;
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.oasis.opendocument.graphics odg;
|
||||
application/vnd.oasis.opendocument.presentation odp;
|
||||
application/vnd.oasis.opendocument.spreadsheet ods;
|
||||
application/vnd.oasis.opendocument.text odt;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
pptx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
||||
xlsx;
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||
docx;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
137
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/nginx.conf
Normal file
137
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/nginx.conf
Normal file
|
@ -0,0 +1,137 @@
|
|||
|
||||
#user nginx;
|
||||
worker_processes 1;
|
||||
|
||||
# load_module lib64/nginx/modules/ngx_http_fancyindex_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_geoip_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_headers_more_filter_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_image_filter_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_perl_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_xslt_filter_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_mail_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_rtmp_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_stream_geoip_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_stream_module.so;
|
||||
|
||||
#error_log /var/log/nginx/error.log;
|
||||
#error_log /var/log/nginx/error.log notice;
|
||||
#error_log /var/log/nginx/error.log info;
|
||||
|
||||
#pid /run/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
use epoll;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
# '$status $body_bytes_sent "$http_referer" '
|
||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log /var/log/nginx/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
#keepalive_timeout 0;
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
|
||||
include conf.d/*.conf;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
location / {
|
||||
root /srv/www/htdocs/;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
||||
# redirect server error pages to the static page /50x.html
|
||||
#
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /srv/www/htdocs/;
|
||||
}
|
||||
|
||||
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# proxy_pass http://127.0.0.1;
|
||||
#}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# root /srv/www/htdocs/;
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# fastcgi_index index.php;
|
||||
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
# include fastcgi_params;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# another virtual host using mix of IP-, name-, and port-based configuration
|
||||
#
|
||||
#server {
|
||||
# listen 8000;
|
||||
# listen somename:8080;
|
||||
# server_name somename alias another.alias;
|
||||
|
||||
# location / {
|
||||
# root /srv/www/htdocs/;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
|
||||
# HTTPS server
|
||||
#
|
||||
#server {
|
||||
# listen 443 ssl;
|
||||
# server_name localhost;
|
||||
|
||||
# ssl_certificate cert.pem;
|
||||
# ssl_certificate_key cert.key;
|
||||
|
||||
# Allow TLS version 1.2 only, which is a recommended default these days
|
||||
# by international information security standards.
|
||||
# ssl_protocols TLSv1.2;
|
||||
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 5m;
|
||||
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
|
||||
# location / {
|
||||
# root /srv/www/htdocs/;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
include vhosts.d/*.conf;
|
||||
|
||||
}
|
|
@ -0,0 +1,137 @@
|
|||
|
||||
#user nginx;
|
||||
worker_processes 1;
|
||||
|
||||
# load_module lib64/nginx/modules/ngx_http_fancyindex_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_geoip_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_headers_more_filter_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_image_filter_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_perl_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_http_xslt_filter_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_mail_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_rtmp_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_stream_geoip_module.so;
|
||||
# load_module lib64/nginx/modules/ngx_stream_module.so;
|
||||
|
||||
#error_log /var/log/nginx/error.log;
|
||||
#error_log /var/log/nginx/error.log notice;
|
||||
#error_log /var/log/nginx/error.log info;
|
||||
|
||||
#pid /run/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
use epoll;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
# '$status $body_bytes_sent "$http_referer" '
|
||||
# '"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
#access_log /var/log/nginx/access.log main;
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
#keepalive_timeout 0;
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
|
||||
include conf.d/*.conf;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
location / {
|
||||
root /srv/www/htdocs/;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
#error_page 404 /404.html;
|
||||
|
||||
# redirect server error pages to the static page /50x.html
|
||||
#
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /srv/www/htdocs/;
|
||||
}
|
||||
|
||||
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# proxy_pass http://127.0.0.1;
|
||||
#}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# root /srv/www/htdocs/;
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# fastcgi_index index.php;
|
||||
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
# include fastcgi_params;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# another virtual host using mix of IP-, name-, and port-based configuration
|
||||
#
|
||||
#server {
|
||||
# listen 8000;
|
||||
# listen somename:8080;
|
||||
# server_name somename alias another.alias;
|
||||
|
||||
# location / {
|
||||
# root /srv/www/htdocs/;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
|
||||
# HTTPS server
|
||||
#
|
||||
#server {
|
||||
# listen 443 ssl;
|
||||
# server_name localhost;
|
||||
|
||||
# ssl_certificate cert.pem;
|
||||
# ssl_certificate_key cert.key;
|
||||
|
||||
# Allow TLS version 1.2 only, which is a recommended default these days
|
||||
# by international information security standards.
|
||||
# ssl_protocols TLSv1.2;
|
||||
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 5m;
|
||||
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
|
||||
# location / {
|
||||
# root /srv/www/htdocs/;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
||||
|
||||
include vhosts.d/*.conf;
|
||||
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
126
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/win-utf
Normal file
126
.dev-tools/distribution_tests/opensuse-leap/etc/nginx/win-utf
Normal file
|
@ -0,0 +1,126 @@
|
|||
|
||||
# This map is not a full windows-1251 <> utf8 map: it does not
|
||||
# contain Serbian and Macedonian letters. If you need a full map,
|
||||
# use contrib/unicode2nginx/win-utf map instead.
|
||||
|
||||
charset_map windows-1251 utf-8 {
|
||||
|
||||
82 E2809A ; # single low-9 quotation mark
|
||||
|
||||
84 E2809E ; # double low-9 quotation mark
|
||||
85 E280A6 ; # ellipsis
|
||||
86 E280A0 ; # dagger
|
||||
87 E280A1 ; # double dagger
|
||||
88 E282AC ; # euro
|
||||
89 E280B0 ; # per mille
|
||||
|
||||
91 E28098 ; # left single quotation mark
|
||||
92 E28099 ; # right single quotation mark
|
||||
93 E2809C ; # left double quotation mark
|
||||
94 E2809D ; # right double quotation mark
|
||||
95 E280A2 ; # bullet
|
||||
96 E28093 ; # en dash
|
||||
97 E28094 ; # em dash
|
||||
|
||||
99 E284A2 ; # trade mark sign
|
||||
|
||||
A0 C2A0 ; #
|
||||
A1 D18E ; # capital Byelorussian short U
|
||||
A2 D19E ; # small Byelorussian short u
|
||||
|
||||
A4 C2A4 ; # currency sign
|
||||
A5 D290 ; # capital Ukrainian soft G
|
||||
A6 C2A6 ; # borken bar
|
||||
A7 C2A7 ; # section sign
|
||||
A8 D081 ; # capital YO
|
||||
A9 C2A9 ; # (C)
|
||||
AA D084 ; # capital Ukrainian YE
|
||||
AB C2AB ; # left-pointing double angle quotation mark
|
||||
AC C2AC ; # not sign
|
||||
AD C2AD ; # soft hypen
|
||||
AE C2AE ; # (R)
|
||||
AF D087 ; # capital Ukrainian YI
|
||||
|
||||
B0 C2B0 ; # °
|
||||
B1 C2B1 ; # plus-minus sign
|
||||
B2 D086 ; # capital Ukrainian I
|
||||
B3 D196 ; # small Ukrainian i
|
||||
B4 D291 ; # small Ukrainian soft g
|
||||
B5 C2B5 ; # micro sign
|
||||
B6 C2B6 ; # pilcrow sign
|
||||
B7 C2B7 ; # ·
|
||||
B8 D191 ; # small yo
|
||||
B9 E28496 ; # numero sign
|
||||
BA D194 ; # small Ukrainian ye
|
||||
BB C2BB ; # right-pointing double angle quotation mark
|
||||
|
||||
BF D197 ; # small Ukrainian yi
|
||||
|
||||
C0 D090 ; # capital A
|
||||
C1 D091 ; # capital B
|
||||
C2 D092 ; # capital V
|
||||
C3 D093 ; # capital G
|
||||
C4 D094 ; # capital D
|
||||
C5 D095 ; # capital YE
|
||||
C6 D096 ; # capital ZH
|
||||
C7 D097 ; # capital Z
|
||||
C8 D098 ; # capital I
|
||||
C9 D099 ; # capital J
|
||||
CA D09A ; # capital K
|
||||
CB D09B ; # capital L
|
||||
CC D09C ; # capital M
|
||||
CD D09D ; # capital N
|
||||
CE D09E ; # capital O
|
||||
CF D09F ; # capital P
|
||||
|
||||
D0 D0A0 ; # capital R
|
||||
D1 D0A1 ; # capital S
|
||||
D2 D0A2 ; # capital T
|
||||
D3 D0A3 ; # capital U
|
||||
D4 D0A4 ; # capital F
|
||||
D5 D0A5 ; # capital KH
|
||||
D6 D0A6 ; # capital TS
|
||||
D7 D0A7 ; # capital CH
|
||||
D8 D0A8 ; # capital SH
|
||||
D9 D0A9 ; # capital SHCH
|
||||
DA D0AA ; # capital hard sign
|
||||
DB D0AB ; # capital Y
|
||||
DC D0AC ; # capital soft sign
|
||||
DD D0AD ; # capital E
|
||||
DE D0AE ; # capital YU
|
||||
DF D0AF ; # capital YA
|
||||
|
||||
E0 D0B0 ; # small a
|
||||
E1 D0B1 ; # small b
|
||||
E2 D0B2 ; # small v
|
||||
E3 D0B3 ; # small g
|
||||
E4 D0B4 ; # small d
|
||||
E5 D0B5 ; # small ye
|
||||
E6 D0B6 ; # small zh
|
||||
E7 D0B7 ; # small z
|
||||
E8 D0B8 ; # small i
|
||||
E9 D0B9 ; # small j
|
||||
EA D0BA ; # small k
|
||||
EB D0BB ; # small l
|
||||
EC D0BC ; # small m
|
||||
ED D0BD ; # small n
|
||||
EE D0BE ; # small o
|
||||
EF D0BF ; # small p
|
||||
|
||||
F0 D180 ; # small r
|
||||
F1 D181 ; # small s
|
||||
F2 D182 ; # small t
|
||||
F3 D183 ; # small u
|
||||
F4 D184 ; # small f
|
||||
F5 D185 ; # small kh
|
||||
F6 D186 ; # small ts
|
||||
F7 D187 ; # small ch
|
||||
F8 D188 ; # small sh
|
||||
F9 D189 ; # small shch
|
||||
FA D18A ; # small hard sign
|
||||
FB D18B ; # small y
|
||||
FC D18C ; # small soft sign
|
||||
FD D18D ; # small e
|
||||
FE D18E ; # small yu
|
||||
FF D18F ; # small ya
|
||||
}
|
0
.dev-tools/distribution_tests/ubuntu-16.04/.keep
Normal file
0
.dev-tools/distribution_tests/ubuntu-16.04/.keep
Normal file
0
.dev-tools/distribution_tests/ubuntu-16.04/etc/.keep
Normal file
0
.dev-tools/distribution_tests/ubuntu-16.04/etc/.keep
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
109
.dev-tools/distribution_tests/ubuntu-16.04/etc/nginx/koi-utf
Normal file
109
.dev-tools/distribution_tests/ubuntu-16.04/etc/nginx/koi-utf
Normal file
|
@ -0,0 +1,109 @@
|
|||
|
||||
# This map is not a full koi8-r <> utf8 map: it does not contain
|
||||
# box-drawing and some other characters. Besides this map contains
|
||||
# several koi8-u and Byelorussian letters which are not in koi8-r.
|
||||
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
|
||||
# map instead.
|
||||
|
||||
charset_map koi8-r utf-8 {
|
||||
|
||||
80 E282AC ; # euro
|
||||
|
||||
95 E280A2 ; # bullet
|
||||
|
||||
9A C2A0 ; #
|
||||
|
||||
9E C2B7 ; # ·
|
||||
|
||||
A3 D191 ; # small yo
|
||||
A4 D194 ; # small Ukrainian ye
|
||||
|
||||
A6 D196 ; # small Ukrainian i
|
||||
A7 D197 ; # small Ukrainian yi
|
||||
|
||||
AD D291 ; # small Ukrainian soft g
|
||||
AE D19E ; # small Byelorussian short u
|
||||
|
||||
B0 C2B0 ; # °
|
||||
|
||||
B3 D081 ; # capital YO
|
||||
B4 D084 ; # capital Ukrainian YE
|
||||
|
||||
B6 D086 ; # capital Ukrainian I
|
||||
B7 D087 ; # capital Ukrainian YI
|
||||
|
||||
B9 E28496 ; # numero sign
|
||||
|
||||
BD D290 ; # capital Ukrainian soft G
|
||||
BE D18E ; # capital Byelorussian short U
|
||||
|
||||
BF C2A9 ; # (C)
|
||||
|
||||
C0 D18E ; # small yu
|
||||
C1 D0B0 ; # small a
|
||||
C2 D0B1 ; # small b
|
||||
C3 D186 ; # small ts
|
||||
C4 D0B4 ; # small d
|
||||
C5 D0B5 ; # small ye
|
||||
C6 D184 ; # small f
|
||||
C7 D0B3 ; # small g
|
||||
C8 D185 ; # small kh
|
||||
C9 D0B8 ; # small i
|
||||
CA D0B9 ; # small j
|
||||
CB D0BA ; # small k
|
||||
CC D0BB ; # small l
|
||||
CD D0BC ; # small m
|
||||
CE D0BD ; # small n
|
||||
CF D0BE ; # small o
|
||||
|
||||
D0 D0BF ; # small p
|
||||
D1 D18F ; # small ya
|
||||
D2 D180 ; # small r
|
||||
D3 D181 ; # small s
|
||||
D4 D182 ; # small t
|
||||
D5 D183 ; # small u
|
||||
D6 D0B6 ; # small zh
|
||||
D7 D0B2 ; # small v
|
||||
D8 D18C ; # small soft sign
|
||||
D9 D18B ; # small y
|
||||
DA D0B7 ; # small z
|
||||
DB D188 ; # small sh
|
||||
DC D18D ; # small e
|
||||
DD D189 ; # small shch
|
||||
DE D187 ; # small ch
|
||||
DF D18A ; # small hard sign
|
||||
|
||||
E0 D0AE ; # capital YU
|
||||
E1 D090 ; # capital A
|
||||
E2 D091 ; # capital B
|
||||
E3 D0A6 ; # capital TS
|
||||
E4 D094 ; # capital D
|
||||
E5 D095 ; # capital YE
|
||||
E6 D0A4 ; # capital F
|
||||
E7 D093 ; # capital G
|
||||
E8 D0A5 ; # capital KH
|
||||
E9 D098 ; # capital I
|
||||
EA D099 ; # capital J
|
||||
EB D09A ; # capital K
|
||||
EC D09B ; # capital L
|
||||
ED D09C ; # capital M
|
||||
EE D09D ; # capital N
|
||||
EF D09E ; # capital O
|
||||
|
||||
F0 D09F ; # capital P
|
||||
F1 D0AF ; # capital YA
|
||||
F2 D0A0 ; # capital R
|
||||
F3 D0A1 ; # capital S
|
||||
F4 D0A2 ; # capital T
|
||||
F5 D0A3 ; # capital U
|
||||
F6 D096 ; # capital ZH
|
||||
F7 D092 ; # capital V
|
||||
F8 D0AC ; # capital soft sign
|
||||
F9 D0AB ; # capital Y
|
||||
FA D097 ; # capital Z
|
||||
FB D0A8 ; # capital SH
|
||||
FC D0AD ; # capital E
|
||||
FD D0A9 ; # capital SHCH
|
||||
FE D0A7 ; # capital CH
|
||||
FF D0AA ; # capital hard sign
|
||||
}
|
103
.dev-tools/distribution_tests/ubuntu-16.04/etc/nginx/koi-win
Normal file
103
.dev-tools/distribution_tests/ubuntu-16.04/etc/nginx/koi-win
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
charset_map koi8-r windows-1251 {
|
||||
|
||||
80 88 ; # euro
|
||||
|
||||
95 95 ; # bullet
|
||||
|
||||
9A A0 ; #
|
||||
|
||||
9E B7 ; # ·
|
||||
|
||||
A3 B8 ; # small yo
|
||||
A4 BA ; # small Ukrainian ye
|
||||
|
||||
A6 B3 ; # small Ukrainian i
|
||||
A7 BF ; # small Ukrainian yi
|
||||
|
||||
AD B4 ; # small Ukrainian soft g
|
||||
AE A2 ; # small Byelorussian short u
|
||||
|
||||
B0 B0 ; # °
|
||||
|
||||
B3 A8 ; # capital YO
|
||||
B4 AA ; # capital Ukrainian YE
|
||||
|
||||
B6 B2 ; # capital Ukrainian I
|
||||
B7 AF ; # capital Ukrainian YI
|
||||
|
||||
B9 B9 ; # numero sign
|
||||
|
||||
BD A5 ; # capital Ukrainian soft G
|
||||
BE A1 ; # capital Byelorussian short U
|
||||
|
||||
BF A9 ; # (C)
|
||||
|
||||
C0 FE ; # small yu
|
||||
C1 E0 ; # small a
|
||||
C2 E1 ; # small b
|
||||
C3 F6 ; # small ts
|
||||
C4 E4 ; # small d
|
||||
C5 E5 ; # small ye
|
||||
C6 F4 ; # small f
|
||||
C7 E3 ; # small g
|
||||
C8 F5 ; # small kh
|
||||
C9 E8 ; # small i
|
||||
CA E9 ; # small j
|
||||
CB EA ; # small k
|
||||
CC EB ; # small l
|
||||
CD EC ; # small m
|
||||
CE ED ; # small n
|
||||
CF EE ; # small o
|
||||
|
||||
D0 EF ; # small p
|
||||
D1 FF ; # small ya
|
||||
D2 F0 ; # small r
|
||||
D3 F1 ; # small s
|
||||
D4 F2 ; # small t
|
||||
D5 F3 ; # small u
|
||||
D6 E6 ; # small zh
|
||||
D7 E2 ; # small v
|
||||
D8 FC ; # small soft sign
|
||||
D9 FB ; # small y
|
||||
DA E7 ; # small z
|
||||
DB F8 ; # small sh
|
||||
DC FD ; # small e
|
||||
DD F9 ; # small shch
|
||||
DE F7 ; # small ch
|
||||
DF FA ; # small hard sign
|
||||
|
||||
E0 DE ; # capital YU
|
||||
E1 C0 ; # capital A
|
||||
E2 C1 ; # capital B
|
||||
E3 D6 ; # capital TS
|
||||
E4 C4 ; # capital D
|
||||
E5 C5 ; # capital YE
|
||||
E6 D4 ; # capital F
|
||||
E7 C3 ; # capital G
|
||||
E8 D5 ; # capital KH
|
||||
E9 C8 ; # capital I
|
||||
EA C9 ; # capital J
|
||||
EB CA ; # capital K
|
||||
EC CB ; # capital L
|
||||
ED CC ; # capital M
|
||||
EE CD ; # capital N
|
||||
EF CE ; # capital O
|
||||
|
||||
F0 CF ; # capital P
|
||||
F1 DF ; # capital YA
|
||||
F2 D0 ; # capital R
|
||||
F3 D1 ; # capital S
|
||||
F4 D2 ; # capital T
|
||||
F5 D3 ; # capital U
|
||||
F6 C6 ; # capital ZH
|
||||
F7 C2 ; # capital V
|
||||
F8 DC ; # capital soft sign
|
||||
F9 DB ; # capital Y
|
||||
FA C7 ; # capital Z
|
||||
FB D8 ; # capital SH
|
||||
FC DD ; # capital E
|
||||
FD D9 ; # capital SHCH
|
||||
FE D7 ; # capital CH
|
||||
FF DA ; # capital hard sign
|
||||
}
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
image/svg+xml svg svgz;
|
||||
image/webp webp;
|
||||
|
||||
application/font-woff woff;
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
|
@ -0,0 +1,85 @@
|
|||
user www-data;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
# multi_accept on;
|
||||
}
|
||||
|
||||
http {
|
||||
|
||||
##
|
||||
# Basic Settings
|
||||
##
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
# server_tokens off;
|
||||
|
||||
# server_names_hash_bucket_size 64;
|
||||
# server_name_in_redirect off;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
##
|
||||
# SSL Settings
|
||||
##
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
##
|
||||
# Logging Settings
|
||||
##
|
||||
|
||||
access_log /var/log/nginx/access.log;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
##
|
||||
# Gzip Settings
|
||||
##
|
||||
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
# gzip_vary on;
|
||||
# gzip_proxied any;
|
||||
# gzip_comp_level 6;
|
||||
# gzip_buffers 16 8k;
|
||||
# gzip_http_version 1.1;
|
||||
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
##
|
||||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
}
|
||||
|
||||
|
||||
#mail {
|
||||
# # See sample authentication script at:
|
||||
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
|
||||
#
|
||||
# # auth_http localhost/auth.php;
|
||||
# # pop3_capabilities "TOP" "USER";
|
||||
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
|
||||
#
|
||||
# server {
|
||||
# listen localhost:110;
|
||||
# protocol pop3;
|
||||
# proxy on;
|
||||
# }
|
||||
#
|
||||
# server {
|
||||
# listen localhost:143;
|
||||
# protocol imap;
|
||||
# proxy on;
|
||||
# }
|
||||
#}
|
|
@ -0,0 +1,4 @@
|
|||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,86 @@
|
|||
##
|
||||
# You should look at the following URL's in order to grasp a solid understanding
|
||||
# of Nginx configuration files in order to fully unleash the power of Nginx.
|
||||
# http://wiki.nginx.org/Pitfalls
|
||||
# http://wiki.nginx.org/QuickStart
|
||||
# http://wiki.nginx.org/Configuration
|
||||
#
|
||||
# Generally, you will want to move this file somewhere, and start with a clean
|
||||
# file but keep this around for reference. Or just disable in sites-enabled.
|
||||
#
|
||||
# Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples.
|
||||
##
|
||||
|
||||
# Default server configuration
|
||||
#
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
# SSL configuration
|
||||
#
|
||||
# listen 443 ssl default_server;
|
||||
# listen [::]:443 ssl default_server;
|
||||
#
|
||||
# Note: You should disable gzip for SSL traffic.
|
||||
# See: https://bugs.debian.org/773332
|
||||
#
|
||||
# Read up on ssl_ciphers to ensure a secure configuration.
|
||||
# See: https://bugs.debian.org/765782
|
||||
#
|
||||
# Self signed certs generated by the ssl-cert package
|
||||
# Don't use them in a production server!
|
||||
#
|
||||
# include snippets/snakeoil.conf;
|
||||
|
||||
root /var/www/html;
|
||||
|
||||
# Add index.php to the list if you are using PHP
|
||||
index index.html index.htm index.nginx-debian.html;
|
||||
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
# First attempt to serve request as file, then
|
||||
# as directory, then fall back to displaying a 404.
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# include snippets/fastcgi-php.conf;
|
||||
#
|
||||
# # With php7.0-cgi alone:
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# # With php7.0-fpm:
|
||||
# fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# Virtual Host configuration for example.com
|
||||
#
|
||||
# You can move that to a different file under sites-available/ and symlink that
|
||||
# to sites-enabled/ to enable it.
|
||||
#
|
||||
#server {
|
||||
# listen 80;
|
||||
# listen [::]:80;
|
||||
#
|
||||
# server_name example.com;
|
||||
#
|
||||
# root /var/www/example.com;
|
||||
# index index.html;
|
||||
#
|
||||
# location / {
|
||||
# try_files $uri $uri/ =404;
|
||||
# }
|
||||
#}
|
|
@ -0,0 +1 @@
|
|||
/etc/nginx/sites-available/default
|
|
@ -0,0 +1,13 @@
|
|||
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
||||
# Check that the PHP script exists before passing it
|
||||
try_files $fastcgi_script_name =404;
|
||||
|
||||
# Bypass the fact that try_files resets $fastcgi_path_info
|
||||
# see: http://trac.nginx.org/nginx/ticket/321
|
||||
set $path_info $fastcgi_path_info;
|
||||
fastcgi_param PATH_INFO $path_info;
|
||||
|
||||
fastcgi_index index.php;
|
||||
include fastcgi.conf;
|
|
@ -0,0 +1,5 @@
|
|||
# Self signed certificates generated by the ssl-cert package
|
||||
# Don't use them in a production server!
|
||||
|
||||
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
|
||||
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
125
.dev-tools/distribution_tests/ubuntu-16.04/etc/nginx/win-utf
Normal file
125
.dev-tools/distribution_tests/ubuntu-16.04/etc/nginx/win-utf
Normal file
|
@ -0,0 +1,125 @@
|
|||
# This map is not a full windows-1251 <> utf8 map: it does not
|
||||
# contain Serbian and Macedonian letters. If you need a full map,
|
||||
# use contrib/unicode2nginx/win-utf map instead.
|
||||
|
||||
charset_map windows-1251 utf-8 {
|
||||
|
||||
82 E2809A; # single low-9 quotation mark
|
||||
|
||||
84 E2809E; # double low-9 quotation mark
|
||||
85 E280A6; # ellipsis
|
||||
86 E280A0; # dagger
|
||||
87 E280A1; # double dagger
|
||||
88 E282AC; # euro
|
||||
89 E280B0; # per mille
|
||||
|
||||
91 E28098; # left single quotation mark
|
||||
92 E28099; # right single quotation mark
|
||||
93 E2809C; # left double quotation mark
|
||||
94 E2809D; # right double quotation mark
|
||||
95 E280A2; # bullet
|
||||
96 E28093; # en dash
|
||||
97 E28094; # em dash
|
||||
|
||||
99 E284A2; # trade mark sign
|
||||
|
||||
A0 C2A0; #
|
||||
A1 D18E; # capital Byelorussian short U
|
||||
A2 D19E; # small Byelorussian short u
|
||||
|
||||
A4 C2A4; # currency sign
|
||||
A5 D290; # capital Ukrainian soft G
|
||||
A6 C2A6; # borken bar
|
||||
A7 C2A7; # section sign
|
||||
A8 D081; # capital YO
|
||||
A9 C2A9; # (C)
|
||||
AA D084; # capital Ukrainian YE
|
||||
AB C2AB; # left-pointing double angle quotation mark
|
||||
AC C2AC; # not sign
|
||||
AD C2AD; # soft hypen
|
||||
AE C2AE; # (R)
|
||||
AF D087; # capital Ukrainian YI
|
||||
|
||||
B0 C2B0; # °
|
||||
B1 C2B1; # plus-minus sign
|
||||
B2 D086; # capital Ukrainian I
|
||||
B3 D196; # small Ukrainian i
|
||||
B4 D291; # small Ukrainian soft g
|
||||
B5 C2B5; # micro sign
|
||||
B6 C2B6; # pilcrow sign
|
||||
B7 C2B7; # ·
|
||||
B8 D191; # small yo
|
||||
B9 E28496; # numero sign
|
||||
BA D194; # small Ukrainian ye
|
||||
BB C2BB; # right-pointing double angle quotation mark
|
||||
|
||||
BF D197; # small Ukrainian yi
|
||||
|
||||
C0 D090; # capital A
|
||||
C1 D091; # capital B
|
||||
C2 D092; # capital V
|
||||
C3 D093; # capital G
|
||||
C4 D094; # capital D
|
||||
C5 D095; # capital YE
|
||||
C6 D096; # capital ZH
|
||||
C7 D097; # capital Z
|
||||
C8 D098; # capital I
|
||||
C9 D099; # capital J
|
||||
CA D09A; # capital K
|
||||
CB D09B; # capital L
|
||||
CC D09C; # capital M
|
||||
CD D09D; # capital N
|
||||
CE D09E; # capital O
|
||||
CF D09F; # capital P
|
||||
|
||||
D0 D0A0; # capital R
|
||||
D1 D0A1; # capital S
|
||||
D2 D0A2; # capital T
|
||||
D3 D0A3; # capital U
|
||||
D4 D0A4; # capital F
|
||||
D5 D0A5; # capital KH
|
||||
D6 D0A6; # capital TS
|
||||
D7 D0A7; # capital CH
|
||||
D8 D0A8; # capital SH
|
||||
D9 D0A9; # capital SHCH
|
||||
DA D0AA; # capital hard sign
|
||||
DB D0AB; # capital Y
|
||||
DC D0AC; # capital soft sign
|
||||
DD D0AD; # capital E
|
||||
DE D0AE; # capital YU
|
||||
DF D0AF; # capital YA
|
||||
|
||||
E0 D0B0; # small a
|
||||
E1 D0B1; # small b
|
||||
E2 D0B2; # small v
|
||||
E3 D0B3; # small g
|
||||
E4 D0B4; # small d
|
||||
E5 D0B5; # small ye
|
||||
E6 D0B6; # small zh
|
||||
E7 D0B7; # small z
|
||||
E8 D0B8; # small i
|
||||
E9 D0B9; # small j
|
||||
EA D0BA; # small k
|
||||
EB D0BB; # small l
|
||||
EC D0BC; # small m
|
||||
ED D0BD; # small n
|
||||
EE D0BE; # small o
|
||||
EF D0BF; # small p
|
||||
|
||||
F0 D180; # small r
|
||||
F1 D181; # small s
|
||||
F2 D182; # small t
|
||||
F3 D183; # small u
|
||||
F4 D184; # small f
|
||||
F5 D185; # small kh
|
||||
F6 D186; # small ts
|
||||
F7 D187; # small ch
|
||||
F8 D188; # small sh
|
||||
F9 D189; # small shch
|
||||
FA D18A; # small hard sign
|
||||
FB D18B; # small y
|
||||
FC D18C; # small soft sign
|
||||
FD D18D; # small e
|
||||
FE D18E; # small yu
|
||||
FF D18F; # small ya
|
||||
}
|
0
.dev-tools/distribution_tests/ubuntu-18.04/.keep
Normal file
0
.dev-tools/distribution_tests/ubuntu-18.04/.keep
Normal file
0
.dev-tools/distribution_tests/ubuntu-18.04/etc/.keep
Normal file
0
.dev-tools/distribution_tests/ubuntu-18.04/etc/.keep
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
fastcgi_param QUERY_STRING $query_string;
|
||||
fastcgi_param REQUEST_METHOD $request_method;
|
||||
fastcgi_param CONTENT_TYPE $content_type;
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
|
||||
fastcgi_param REQUEST_URI $request_uri;
|
||||
fastcgi_param DOCUMENT_URI $document_uri;
|
||||
fastcgi_param DOCUMENT_ROOT $document_root;
|
||||
fastcgi_param SERVER_PROTOCOL $server_protocol;
|
||||
fastcgi_param REQUEST_SCHEME $scheme;
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
|
||||
fastcgi_param GATEWAY_INTERFACE CGI/1.1;
|
||||
fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
|
||||
|
||||
fastcgi_param REMOTE_ADDR $remote_addr;
|
||||
fastcgi_param REMOTE_PORT $remote_port;
|
||||
fastcgi_param SERVER_ADDR $server_addr;
|
||||
fastcgi_param SERVER_PORT $server_port;
|
||||
fastcgi_param SERVER_NAME $server_name;
|
||||
|
||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||
fastcgi_param REDIRECT_STATUS 200;
|
109
.dev-tools/distribution_tests/ubuntu-18.04/etc/nginx/koi-utf
Normal file
109
.dev-tools/distribution_tests/ubuntu-18.04/etc/nginx/koi-utf
Normal file
|
@ -0,0 +1,109 @@
|
|||
|
||||
# This map is not a full koi8-r <> utf8 map: it does not contain
|
||||
# box-drawing and some other characters. Besides this map contains
|
||||
# several koi8-u and Byelorussian letters which are not in koi8-r.
|
||||
# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
|
||||
# map instead.
|
||||
|
||||
charset_map koi8-r utf-8 {
|
||||
|
||||
80 E282AC ; # euro
|
||||
|
||||
95 E280A2 ; # bullet
|
||||
|
||||
9A C2A0 ; #
|
||||
|
||||
9E C2B7 ; # ·
|
||||
|
||||
A3 D191 ; # small yo
|
||||
A4 D194 ; # small Ukrainian ye
|
||||
|
||||
A6 D196 ; # small Ukrainian i
|
||||
A7 D197 ; # small Ukrainian yi
|
||||
|
||||
AD D291 ; # small Ukrainian soft g
|
||||
AE D19E ; # small Byelorussian short u
|
||||
|
||||
B0 C2B0 ; # °
|
||||
|
||||
B3 D081 ; # capital YO
|
||||
B4 D084 ; # capital Ukrainian YE
|
||||
|
||||
B6 D086 ; # capital Ukrainian I
|
||||
B7 D087 ; # capital Ukrainian YI
|
||||
|
||||
B9 E28496 ; # numero sign
|
||||
|
||||
BD D290 ; # capital Ukrainian soft G
|
||||
BE D18E ; # capital Byelorussian short U
|
||||
|
||||
BF C2A9 ; # (C)
|
||||
|
||||
C0 D18E ; # small yu
|
||||
C1 D0B0 ; # small a
|
||||
C2 D0B1 ; # small b
|
||||
C3 D186 ; # small ts
|
||||
C4 D0B4 ; # small d
|
||||
C5 D0B5 ; # small ye
|
||||
C6 D184 ; # small f
|
||||
C7 D0B3 ; # small g
|
||||
C8 D185 ; # small kh
|
||||
C9 D0B8 ; # small i
|
||||
CA D0B9 ; # small j
|
||||
CB D0BA ; # small k
|
||||
CC D0BB ; # small l
|
||||
CD D0BC ; # small m
|
||||
CE D0BD ; # small n
|
||||
CF D0BE ; # small o
|
||||
|
||||
D0 D0BF ; # small p
|
||||
D1 D18F ; # small ya
|
||||
D2 D180 ; # small r
|
||||
D3 D181 ; # small s
|
||||
D4 D182 ; # small t
|
||||
D5 D183 ; # small u
|
||||
D6 D0B6 ; # small zh
|
||||
D7 D0B2 ; # small v
|
||||
D8 D18C ; # small soft sign
|
||||
D9 D18B ; # small y
|
||||
DA D0B7 ; # small z
|
||||
DB D188 ; # small sh
|
||||
DC D18D ; # small e
|
||||
DD D189 ; # small shch
|
||||
DE D187 ; # small ch
|
||||
DF D18A ; # small hard sign
|
||||
|
||||
E0 D0AE ; # capital YU
|
||||
E1 D090 ; # capital A
|
||||
E2 D091 ; # capital B
|
||||
E3 D0A6 ; # capital TS
|
||||
E4 D094 ; # capital D
|
||||
E5 D095 ; # capital YE
|
||||
E6 D0A4 ; # capital F
|
||||
E7 D093 ; # capital G
|
||||
E8 D0A5 ; # capital KH
|
||||
E9 D098 ; # capital I
|
||||
EA D099 ; # capital J
|
||||
EB D09A ; # capital K
|
||||
EC D09B ; # capital L
|
||||
ED D09C ; # capital M
|
||||
EE D09D ; # capital N
|
||||
EF D09E ; # capital O
|
||||
|
||||
F0 D09F ; # capital P
|
||||
F1 D0AF ; # capital YA
|
||||
F2 D0A0 ; # capital R
|
||||
F3 D0A1 ; # capital S
|
||||
F4 D0A2 ; # capital T
|
||||
F5 D0A3 ; # capital U
|
||||
F6 D096 ; # capital ZH
|
||||
F7 D092 ; # capital V
|
||||
F8 D0AC ; # capital soft sign
|
||||
F9 D0AB ; # capital Y
|
||||
FA D097 ; # capital Z
|
||||
FB D0A8 ; # capital SH
|
||||
FC D0AD ; # capital E
|
||||
FD D0A9 ; # capital SHCH
|
||||
FE D0A7 ; # capital CH
|
||||
FF D0AA ; # capital hard sign
|
||||
}
|
103
.dev-tools/distribution_tests/ubuntu-18.04/etc/nginx/koi-win
Normal file
103
.dev-tools/distribution_tests/ubuntu-18.04/etc/nginx/koi-win
Normal file
|
@ -0,0 +1,103 @@
|
|||
|
||||
charset_map koi8-r windows-1251 {
|
||||
|
||||
80 88 ; # euro
|
||||
|
||||
95 95 ; # bullet
|
||||
|
||||
9A A0 ; #
|
||||
|
||||
9E B7 ; # ·
|
||||
|
||||
A3 B8 ; # small yo
|
||||
A4 BA ; # small Ukrainian ye
|
||||
|
||||
A6 B3 ; # small Ukrainian i
|
||||
A7 BF ; # small Ukrainian yi
|
||||
|
||||
AD B4 ; # small Ukrainian soft g
|
||||
AE A2 ; # small Byelorussian short u
|
||||
|
||||
B0 B0 ; # °
|
||||
|
||||
B3 A8 ; # capital YO
|
||||
B4 AA ; # capital Ukrainian YE
|
||||
|
||||
B6 B2 ; # capital Ukrainian I
|
||||
B7 AF ; # capital Ukrainian YI
|
||||
|
||||
B9 B9 ; # numero sign
|
||||
|
||||
BD A5 ; # capital Ukrainian soft G
|
||||
BE A1 ; # capital Byelorussian short U
|
||||
|
||||
BF A9 ; # (C)
|
||||
|
||||
C0 FE ; # small yu
|
||||
C1 E0 ; # small a
|
||||
C2 E1 ; # small b
|
||||
C3 F6 ; # small ts
|
||||
C4 E4 ; # small d
|
||||
C5 E5 ; # small ye
|
||||
C6 F4 ; # small f
|
||||
C7 E3 ; # small g
|
||||
C8 F5 ; # small kh
|
||||
C9 E8 ; # small i
|
||||
CA E9 ; # small j
|
||||
CB EA ; # small k
|
||||
CC EB ; # small l
|
||||
CD EC ; # small m
|
||||
CE ED ; # small n
|
||||
CF EE ; # small o
|
||||
|
||||
D0 EF ; # small p
|
||||
D1 FF ; # small ya
|
||||
D2 F0 ; # small r
|
||||
D3 F1 ; # small s
|
||||
D4 F2 ; # small t
|
||||
D5 F3 ; # small u
|
||||
D6 E6 ; # small zh
|
||||
D7 E2 ; # small v
|
||||
D8 FC ; # small soft sign
|
||||
D9 FB ; # small y
|
||||
DA E7 ; # small z
|
||||
DB F8 ; # small sh
|
||||
DC FD ; # small e
|
||||
DD F9 ; # small shch
|
||||
DE F7 ; # small ch
|
||||
DF FA ; # small hard sign
|
||||
|
||||
E0 DE ; # capital YU
|
||||
E1 C0 ; # capital A
|
||||
E2 C1 ; # capital B
|
||||
E3 D6 ; # capital TS
|
||||
E4 C4 ; # capital D
|
||||
E5 C5 ; # capital YE
|
||||
E6 D4 ; # capital F
|
||||
E7 C3 ; # capital G
|
||||
E8 D5 ; # capital KH
|
||||
E9 C8 ; # capital I
|
||||
EA C9 ; # capital J
|
||||
EB CA ; # capital K
|
||||
EC CB ; # capital L
|
||||
ED CC ; # capital M
|
||||
EE CD ; # capital N
|
||||
EF CE ; # capital O
|
||||
|
||||
F0 CF ; # capital P
|
||||
F1 DF ; # capital YA
|
||||
F2 D0 ; # capital R
|
||||
F3 D1 ; # capital S
|
||||
F4 D2 ; # capital T
|
||||
F5 D3 ; # capital U
|
||||
F6 C6 ; # capital ZH
|
||||
F7 C2 ; # capital V
|
||||
F8 DC ; # capital soft sign
|
||||
F9 DB ; # capital Y
|
||||
FA C7 ; # capital Z
|
||||
FB D8 ; # capital SH
|
||||
FC DD ; # capital E
|
||||
FD D9 ; # capital SHCH
|
||||
FE D7 ; # capital CH
|
||||
FF DA ; # capital hard sign
|
||||
}
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
|
||||
image/png png;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
image/svg+xml svg svgz;
|
||||
image/webp webp;
|
||||
|
||||
application/font-woff woff;
|
||||
application/java-archive jar war ear;
|
||||
application/json json;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
application/pdf pdf;
|
||||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.apple.mpegurl m3u8;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
application/x-perl pl pm;
|
||||
application/x-pilot prc pdb;
|
||||
application/x-rar-compressed rar;
|
||||
application/x-redhat-package-manager rpm;
|
||||
application/x-sea sea;
|
||||
application/x-shockwave-flash swf;
|
||||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/xhtml+xml xhtml;
|
||||
application/xspf+xml xspf;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
application/octet-stream deb;
|
||||
application/octet-stream dmg;
|
||||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
|
||||
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/x-realaudio ra;
|
||||
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp2t ts;
|
||||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
video/x-ms-asf asx asf;
|
||||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
/usr/share/nginx/modules-available/mod-http-geoip.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/nginx/modules-available/mod-http-image-filter.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/nginx/modules-available/mod-http-xslt-filter.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/nginx/modules-available/mod-mail.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/nginx/modules-available/mod-stream.conf
|
|
@ -0,0 +1,85 @@
|
|||
user www-data;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
# multi_accept on;
|
||||
}
|
||||
|
||||
http {
|
||||
|
||||
##
|
||||
# Basic Settings
|
||||
##
|
||||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
# server_tokens off;
|
||||
|
||||
# server_names_hash_bucket_size 64;
|
||||
# server_name_in_redirect off;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
##
|
||||
# SSL Settings
|
||||
##
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
##
|
||||
# Logging Settings
|
||||
##
|
||||
|
||||
access_log /var/log/nginx/access.log;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
##
|
||||
# Gzip Settings
|
||||
##
|
||||
|
||||
gzip on;
|
||||
|
||||
# gzip_vary on;
|
||||
# gzip_proxied any;
|
||||
# gzip_comp_level 6;
|
||||
# gzip_buffers 16 8k;
|
||||
# gzip_http_version 1.1;
|
||||
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
##
|
||||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
}
|
||||
|
||||
|
||||
#mail {
|
||||
# # See sample authentication script at:
|
||||
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
|
||||
#
|
||||
# # auth_http localhost/auth.php;
|
||||
# # pop3_capabilities "TOP" "USER";
|
||||
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
|
||||
#
|
||||
# server {
|
||||
# listen localhost:110;
|
||||
# protocol pop3;
|
||||
# proxy on;
|
||||
# }
|
||||
#
|
||||
# server {
|
||||
# listen localhost:143;
|
||||
# protocol imap;
|
||||
# proxy on;
|
||||
# }
|
||||
#}
|
|
@ -0,0 +1,4 @@
|
|||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
scgi_param REQUEST_METHOD $request_method;
|
||||
scgi_param REQUEST_URI $request_uri;
|
||||
scgi_param QUERY_STRING $query_string;
|
||||
scgi_param CONTENT_TYPE $content_type;
|
||||
|
||||
scgi_param DOCUMENT_URI $document_uri;
|
||||
scgi_param DOCUMENT_ROOT $document_root;
|
||||
scgi_param SCGI 1;
|
||||
scgi_param SERVER_PROTOCOL $server_protocol;
|
||||
scgi_param REQUEST_SCHEME $scheme;
|
||||
scgi_param HTTPS $https if_not_empty;
|
||||
|
||||
scgi_param REMOTE_ADDR $remote_addr;
|
||||
scgi_param REMOTE_PORT $remote_port;
|
||||
scgi_param SERVER_PORT $server_port;
|
||||
scgi_param SERVER_NAME $server_name;
|
|
@ -0,0 +1,91 @@
|
|||
##
|
||||
# You should look at the following URL's in order to grasp a solid understanding
|
||||
# of Nginx configuration files in order to fully unleash the power of Nginx.
|
||||
# https://www.nginx.com/resources/wiki/start/
|
||||
# https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/
|
||||
# https://wiki.debian.org/Nginx/DirectoryStructure
|
||||
#
|
||||
# In most cases, administrators will remove this file from sites-enabled/ and
|
||||
# leave it as reference inside of sites-available where it will continue to be
|
||||
# updated by the nginx packaging team.
|
||||
#
|
||||
# This file will automatically load configuration files provided by other
|
||||
# applications, such as Drupal or Wordpress. These applications will be made
|
||||
# available underneath a path with that package name, such as /drupal8.
|
||||
#
|
||||
# Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples.
|
||||
##
|
||||
|
||||
# Default server configuration
|
||||
#
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
# SSL configuration
|
||||
#
|
||||
# listen 443 ssl default_server;
|
||||
# listen [::]:443 ssl default_server;
|
||||
#
|
||||
# Note: You should disable gzip for SSL traffic.
|
||||
# See: https://bugs.debian.org/773332
|
||||
#
|
||||
# Read up on ssl_ciphers to ensure a secure configuration.
|
||||
# See: https://bugs.debian.org/765782
|
||||
#
|
||||
# Self signed certs generated by the ssl-cert package
|
||||
# Don't use them in a production server!
|
||||
#
|
||||
# include snippets/snakeoil.conf;
|
||||
|
||||
root /var/www/html;
|
||||
|
||||
# Add index.php to the list if you are using PHP
|
||||
index index.html index.htm index.nginx-debian.html;
|
||||
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
# First attempt to serve request as file, then
|
||||
# as directory, then fall back to displaying a 404.
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
# pass PHP scripts to FastCGI server
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# include snippets/fastcgi-php.conf;
|
||||
#
|
||||
# # With php-fpm (or other unix sockets):
|
||||
# fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
|
||||
# # With php-cgi (or other tcp sockets):
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
|
||||
|
||||
# Virtual Host configuration for example.com
|
||||
#
|
||||
# You can move that to a different file under sites-available/ and symlink that
|
||||
# to sites-enabled/ to enable it.
|
||||
#
|
||||
#server {
|
||||
# listen 80;
|
||||
# listen [::]:80;
|
||||
#
|
||||
# server_name example.com;
|
||||
#
|
||||
# root /var/www/example.com;
|
||||
# index index.html;
|
||||
#
|
||||
# location / {
|
||||
# try_files $uri $uri/ =404;
|
||||
# }
|
||||
#}
|
|
@ -0,0 +1 @@
|
|||
/etc/nginx/sites-available/default
|
|
@ -0,0 +1,13 @@
|
|||
# regex to split $uri to $fastcgi_script_name and $fastcgi_path
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
||||
# Check that the PHP script exists before passing it
|
||||
try_files $fastcgi_script_name =404;
|
||||
|
||||
# Bypass the fact that try_files resets $fastcgi_path_info
|
||||
# see: http://trac.nginx.org/nginx/ticket/321
|
||||
set $path_info $fastcgi_path_info;
|
||||
fastcgi_param PATH_INFO $path_info;
|
||||
|
||||
fastcgi_index index.php;
|
||||
include fastcgi.conf;
|
|
@ -0,0 +1,5 @@
|
|||
# Self signed certificates generated by the ssl-cert package
|
||||
# Don't use them in a production server!
|
||||
|
||||
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
|
||||
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
uwsgi_param QUERY_STRING $query_string;
|
||||
uwsgi_param REQUEST_METHOD $request_method;
|
||||
uwsgi_param CONTENT_TYPE $content_type;
|
||||
uwsgi_param CONTENT_LENGTH $content_length;
|
||||
|
||||
uwsgi_param REQUEST_URI $request_uri;
|
||||
uwsgi_param PATH_INFO $document_uri;
|
||||
uwsgi_param DOCUMENT_ROOT $document_root;
|
||||
uwsgi_param SERVER_PROTOCOL $server_protocol;
|
||||
uwsgi_param REQUEST_SCHEME $scheme;
|
||||
uwsgi_param HTTPS $https if_not_empty;
|
||||
|
||||
uwsgi_param REMOTE_ADDR $remote_addr;
|
||||
uwsgi_param REMOTE_PORT $remote_port;
|
||||
uwsgi_param SERVER_PORT $server_port;
|
||||
uwsgi_param SERVER_NAME $server_name;
|
125
.dev-tools/distribution_tests/ubuntu-18.04/etc/nginx/win-utf
Normal file
125
.dev-tools/distribution_tests/ubuntu-18.04/etc/nginx/win-utf
Normal file
|
@ -0,0 +1,125 @@
|
|||
# This map is not a full windows-1251 <> utf8 map: it does not
|
||||
# contain Serbian and Macedonian letters. If you need a full map,
|
||||
# use contrib/unicode2nginx/win-utf map instead.
|
||||
|
||||
charset_map windows-1251 utf-8 {
|
||||
|
||||
82 E2809A; # single low-9 quotation mark
|
||||
|
||||
84 E2809E; # double low-9 quotation mark
|
||||
85 E280A6; # ellipsis
|
||||
86 E280A0; # dagger
|
||||
87 E280A1; # double dagger
|
||||
88 E282AC; # euro
|
||||
89 E280B0; # per mille
|
||||
|
||||
91 E28098; # left single quotation mark
|
||||
92 E28099; # right single quotation mark
|
||||
93 E2809C; # left double quotation mark
|
||||
94 E2809D; # right double quotation mark
|
||||
95 E280A2; # bullet
|
||||
96 E28093; # en dash
|
||||
97 E28094; # em dash
|
||||
|
||||
99 E284A2; # trade mark sign
|
||||
|
||||
A0 C2A0; #
|
||||
A1 D18E; # capital Byelorussian short U
|
||||
A2 D19E; # small Byelorussian short u
|
||||
|
||||
A4 C2A4; # currency sign
|
||||
A5 D290; # capital Ukrainian soft G
|
||||
A6 C2A6; # borken bar
|
||||
A7 C2A7; # section sign
|
||||
A8 D081; # capital YO
|
||||
A9 C2A9; # (C)
|
||||
AA D084; # capital Ukrainian YE
|
||||
AB C2AB; # left-pointing double angle quotation mark
|
||||
AC C2AC; # not sign
|
||||
AD C2AD; # soft hypen
|
||||
AE C2AE; # (R)
|
||||
AF D087; # capital Ukrainian YI
|
||||
|
||||
B0 C2B0; # °
|
||||
B1 C2B1; # plus-minus sign
|
||||
B2 D086; # capital Ukrainian I
|
||||
B3 D196; # small Ukrainian i
|
||||
B4 D291; # small Ukrainian soft g
|
||||
B5 C2B5; # micro sign
|
||||
B6 C2B6; # pilcrow sign
|
||||
B7 C2B7; # ·
|
||||
B8 D191; # small yo
|
||||
B9 E28496; # numero sign
|
||||
BA D194; # small Ukrainian ye
|
||||
BB C2BB; # right-pointing double angle quotation mark
|
||||
|
||||
BF D197; # small Ukrainian yi
|
||||
|
||||
C0 D090; # capital A
|
||||
C1 D091; # capital B
|
||||
C2 D092; # capital V
|
||||
C3 D093; # capital G
|
||||
C4 D094; # capital D
|
||||
C5 D095; # capital YE
|
||||
C6 D096; # capital ZH
|
||||
C7 D097; # capital Z
|
||||
C8 D098; # capital I
|
||||
C9 D099; # capital J
|
||||
CA D09A; # capital K
|
||||
CB D09B; # capital L
|
||||
CC D09C; # capital M
|
||||
CD D09D; # capital N
|
||||
CE D09E; # capital O
|
||||
CF D09F; # capital P
|
||||
|
||||
D0 D0A0; # capital R
|
||||
D1 D0A1; # capital S
|
||||
D2 D0A2; # capital T
|
||||
D3 D0A3; # capital U
|
||||
D4 D0A4; # capital F
|
||||
D5 D0A5; # capital KH
|
||||
D6 D0A6; # capital TS
|
||||
D7 D0A7; # capital CH
|
||||
D8 D0A8; # capital SH
|
||||
D9 D0A9; # capital SHCH
|
||||
DA D0AA; # capital hard sign
|
||||
DB D0AB; # capital Y
|
||||
DC D0AC; # capital soft sign
|
||||
DD D0AD; # capital E
|
||||
DE D0AE; # capital YU
|
||||
DF D0AF; # capital YA
|
||||
|
||||
E0 D0B0; # small a
|
||||
E1 D0B1; # small b
|
||||
E2 D0B2; # small v
|
||||
E3 D0B3; # small g
|
||||
E4 D0B4; # small d
|
||||
E5 D0B5; # small ye
|
||||
E6 D0B6; # small zh
|
||||
E7 D0B7; # small z
|
||||
E8 D0B8; # small i
|
||||
E9 D0B9; # small j
|
||||
EA D0BA; # small k
|
||||
EB D0BB; # small l
|
||||
EC D0BC; # small m
|
||||
ED D0BD; # small n
|
||||
EE D0BE; # small o
|
||||
EF D0BF; # small p
|
||||
|
||||
F0 D180; # small r
|
||||
F1 D181; # small s
|
||||
F2 D182; # small t
|
||||
F3 D183; # small u
|
||||
F4 D184; # small f
|
||||
F5 D185; # small kh
|
||||
F6 D186; # small ts
|
||||
F7 D187; # small ch
|
||||
F8 D188; # small sh
|
||||
F9 D189; # small shch
|
||||
FA D18A; # small hard sign
|
||||
FB D18B; # small y
|
||||
FC D18C; # small soft sign
|
||||
FD D18D; # small e
|
||||
FE D18E; # small yu
|
||||
FF D18F; # small ya
|
||||
}
|
Loading…
Add table
Reference in a new issue