454c32467353eb058423deeb06407133b3283ace
Hakase-nginx
My nginx build files.
Please install dependency library.
- CentOS / Red Hat : yum install jemalloc-devel libuuid-devel libatomic libatomic_ops-devel expat-devel unzip autoconf automake libtool gd-devel geoip-devel gcc-c++ curl
- Ubuntu / Debian - apt install libjemalloc-dev uuid-dev libatomic1 libatomic-ops-dev expat unzip autoconf automake libtool libgd-dev libgeoip-dev g++ curl
How to Install?
- Install dependency library. (If you have already install it, omit it.)
- Edit for config.inc file. (SERVER_HEADER, Modules, ETC.)
- If you receive the source for the first time, type the following command to set it.
- Then modify config.inc.
- cp config.inc.example config.inc
- Run ./auto.sh
- Install systemd file (If you have already install it, omit it.)
- Check version and error test : nginx -v; nginx -t;
- systemctl restart nginx
- The END!!
Features
- Auto SSL Cipher settings
- The following information is preset. Do not set it yourself unless you need it.
- ssl_protocols
- ssl_ciphers
- ssl_prefer_server_ciphers
- ssl_ecdh_curve
- DO NOT USE ssl_dhparam. not required.
- TLS v1.3 (draft-23)
- Use OpenSSL-1.1.1-pre3 (draft 23)
- Use OpenSSL Equal Preference Patch (BoringSSL & CentminMod)
- Prefers ChaCha20 suites with clients that don't have AES-NI (e.g., Android devices)
- More library!
- headers_more_nginx_module
- Google PageSpeed for nginx
- and the other.
- Hpack, SSL Dynamic TLS Records Support. (Thanks to cloudflare!)
Upcoming Features
- Support TLS v1.3 (not draft)
- Auto build (rpm, deb, etc.)
- ETC.
Description
Nginx custom build by Hakase | GitHub : https://github.com/hakasenyang/nginx-build
12 MiB
1 Stars
2 Watchers
1 Forks
Languages
C
96.1%
Vim script
2.5%
XS
0.5%
C++
0.4%
Objective-C
0.2%
Other
0.2%