Skip to content

Instantly share code, notes, and snippets.

@atkinson
Created October 24, 2012 02:22
Show Gist options
  • Save atkinson/3943350 to your computer and use it in GitHub Desktop.
Save atkinson/3943350 to your computer and use it in GitHub Desktop.
tengine compile options
./configure --prefix=/usr/local \
--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
@atkinson
Copy link
Author

./configure --prefix=/usr/local
--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-syslog

@atkinson
Copy link
Author

./configure --prefix=/usr/local
--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-syslog
--with-http_ssl_module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment