Created
March 21, 2017 15:00
-
-
Save rikioy/490aae34e091aaf45b47574da1e92d2a to your computer and use it in GitHub Desktop.
nginx.configure.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./configure \ | |
| --prefix=/usr/local/nginx \ | |
| --with-pcre \ | |
| --with-http_ssl_module \ | |
| --with-http_realip_module \ | |
| --with-http_gzip_static_module \ | |
| --with-http_v2_module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment