blessli / nginx

An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html

Home Page:http://nginx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译

./auto/configure --with-debug --with-http_ssl_module --prefix=/home/github/nginx --with-stream --with-ngx_stream_log_module 

启动nginx:./objs/nginx
ps aux|grep nginx
gdb attach ${pid} bt killall -9 nginx

mkcert创建自签名SSL证书

mkcert -install mkcert -CAROOT mkcert www.aaa.com aiPlatform.dev localhost 127.0.0.1 ::1 43.139.87.74

About

An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html

http://nginx.org/


Languages

Language:C 97.2%Language:Vim Script 2.1%Language:XS 0.5%Language:Perl 0.1%Language:Makefile 0.1%Language:C++ 0.0%