Skip to content

blessli/nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7,060 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译

./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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 97.2%
  • Vim Script 2.1%
  • Other 0.7%