Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rexey3s/545b21f66d46879c37b5d9b979fa0acc to your computer and use it in GitHub Desktop.
Save rexey3s/545b21f66d46879c37b5d9b979fa0acc to your computer and use it in GitHub Desktop.
./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