Skip to content

Commit 24a46a6

Browse files
author
Mingliang Chen
committed
update nginx 1.14.1
1 parent a6ab819 commit 24a46a6

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

README.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
nginx-rtmp-win32
22
================
33

4-
* Nginx: 1.13.12
4+
* Nginx: 1.14.1
55
* Nginx-Rtmp-Module: 1.2.1
6-
* openssl-1.0.2o
6+
* openssl-1.0.2p
77
* pcre-8.42
88
* zlib-1.2.11
99

1010
# configure arguments
1111
```
12-
nginx version: nginx/1.13.12
13-
built by cl 16.00.30319.01 for 80x86
14-
built with OpenSSL 1.0.2o 27 Mar 2018
12+
nginx version: nginx/1.14.1
13+
built by cl 18.00.40629 for x86
14+
built with OpenSSL 1.0.2p 14 Aug 2018
1515
TLS SNI support enabled
16-
configure arguments: --with-cc=cl --builddir=objs --prefix= --conf-path=conf/ngi
17-
nx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-pa
18-
th=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client
19-
_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/
20-
fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uw
21-
sgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-openssl=objs/lib/openssl-1.0.2o
22-
--with-openssl-opt=no-asm --with-pcre=objs/lib/pcre-8.42 --with-zlib=objs/lib/zl
23-
ib-1.2.11 --with-select_module --with-http_v2_module --with-http_realip_module -
24-
-with-http_addition_module --with-http_sub_module --with-http_dav_module --with-
25-
http_stub_status_module --with-http_flv_module --with-http_mp4_module --with-htt
26-
p_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module -
27-
-with-http_random_index_module --with-http_secure_link_module --with-http_slice_
28-
module --with-mail --with-stream --with-stream_realip_module --with-http_ssl_mod
29-
ule --with-mail_ssl_module --with-stream_ssl_module --add-module=objs/lib/nginx-
30-
rtmp-module
16+
configure arguments: --with-cc=cl --builddir=objs --with-debug --prefix= --conf-
17+
path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log -
18+
-error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-pat
19+
h=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-te
20+
mp-path=temp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp
21+
-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-
22+
8.42 --with-zlib=objs/lib/zlib-1.2.11 --with-select_module --with-http_v2_module
23+
--with-http_realip_module --with-http_addition_module --with-http_sub_module --
24+
with-http_dav_module --with-http_stub_status_module --with-http_flv_module --wit
25+
h-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --wit
26+
h-http_auth_request_module --with-http_random_index_module --with-http_secure_li
27+
nk_module --with-http_slice_module --with-mail --with-stream --with-openssl=objs
28+
/lib/openssl-1.0.2p --with-openssl-opt=no-asm --with-http_ssl_module --with-mail
29+
_ssl_module --with-stream_ssl_module --add-module=objs/lib/nginx-rtmp-module/
3130
```
3231

3332
# 使用方法

conf/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
worker_processes 1;
22

3-
error_log logs/error.log debug;
3+
error_log logs/error.log info;
44

55
events {
66
worker_connections 1024;

nginx.exe

157 KB
Binary file not shown.

0 commit comments

Comments
 (0)