Created
October 24, 2012 02:22
-
-
Save atkinson/3943350 to your computer and use it in GitHub Desktop.
tengine compile options
This file contains 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 \ | |
--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 |
./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
./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