Created
May 13, 2016 05:01
-
-
Save rexey3s/545b21f66d46879c37b5d9b979fa0acc to your computer and use it in GitHub Desktop.
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 --user=www-data --group=www-data --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --with-select_module --with-poll_module --with-ipv6 --with-http_ssl_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --add-module=./nginx-rtmp-module --add-module=./nginx-upload-module --add-module=./nginx-upload-progress-module --with-cpu-opt=CPU --with-pcre --with-pcre-jit --with-md5-asm --with-sha1-asm --with-zlib-asm=CPU --with-libatomic --with-debug --with-ld-opt="-Wl,-E" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment