Skip to content

Instantly share code, notes, and snippets.

@bryanbibat
Last active October 13, 2015 16:57

Revisions

  1. bryanbibat revised this gist Jun 23, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions conf.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    # after sudo apt-get install build-essential zlib1g-dev libpcre3 libpcre3-dev

    ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-http_gzip_static_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.1/ext/nginx'
  2. bryanbibat revised this gist May 7, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion conf.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-http_gzip_static_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.18/ext/nginx'
    ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-http_gzip_static_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.9.1/gems/passenger-4.0.1/ext/nginx'
  3. bryanbibat created this gist Dec 6, 2012.
    1 change: 1 addition & 0 deletions conf.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-http_gzip_static_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.18/ext/nginx'