Skip to content

Instantly share code, notes, and snippets.

@miketheman
Created February 1, 2015 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miketheman/faff671ca3bfbf94a4ed to your computer and use it in GitHub Desktop.
Save miketheman/faff671ca3bfbf94a4ed to your computer and use it in GitHub Desktop.
nginx 1.6.2 from nginx.org defaults
# dpkg -l nginx
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==================-==============-==============-==========================================
ii nginx 1.6.2-1~trusty amd64 high performance web server
# dpkg --status nginx
Package: nginx
Status: install ok installed
Priority: optional
Section: httpd
Installed-Size: 981
Maintainer: Sergey Budnevitch <sb@nginx.com>
Architecture: amd64
Version: 1.6.2-1~trusty
Provides: httpd
Depends: libc6 (>= 2.14), libpcre3, libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.2.0), lsb-base, adduser
Conffiles:
/etc/logrotate.d/nginx db861faafc08f38fcce873913ba3459f
/etc/init.d/nginx cdda5855e8865dc4ed0a360f56876113
/etc/default/nginx e2b1ae0f31c6d03d3305ef526b0ba3b5
/etc/nginx/win-utf 3749ffe19bedd842eb87e83d544e5ce6
/etc/nginx/mime.types bd837e7b34f5c9b8d89957d0527f0d44
/etc/nginx/koi-win bfa0b80381fed2b1dfcf617b0ba204ec
/etc/nginx/scgi_params e9fd19c7d1f0cecbd46b3cb041ae19c7
/etc/nginx/uwsgi_params 2aaaf1e3535752e74d2942db8b3632cb
/etc/nginx/koi-utf 3e338aca6a53a5420fc791b5ef86f64c
/etc/nginx/conf.d/example_ssl.conf 84724f296c7056157d531d6b1215b507
/etc/nginx/conf.d/default.conf 4dce452bf8dbb01f278ec0ea9ba6cf40
/etc/nginx/fastcgi_params f597fb54a6fa1c9a9678dd3ae377d385
/etc/nginx/nginx.conf f7984934bd6cab883e1f33d5129834bb
Description: high performance web server
nginx [engine x] is an HTTP and reverse proxy server, as well as
a mail proxy server.
Homepage: http://nginx.org
# nginx -V |& sed 's/\s--/\n--/g'
nginx version: nginx/1.6.2
built by gcc 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
TLS SNI support enabled
configure arguments:
--prefix=/etc/nginx
--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
--lock-path=/var/run/nginx.lock
--http-client-body-temp-path=/var/cache/nginx/client_temp
--http-proxy-temp-path=/var/cache/nginx/proxy_temp
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp
--http-scgi-temp-path=/var/cache/nginx/scgi_temp
--user=nginx
--group=nginx
--with-http_ssl_module
--with-http_realip_module
--with-http_addition_module
--with-http_sub_module
--with-http_dav_module
--with-http_flv_module
--with-http_mp4_module
--with-http_gunzip_module
--with-http_gzip_static_module
--with-http_random_index_module
--with-http_secure_link_module
--with-http_stub_status_module
--with-http_auth_request_module
--with-mail
--with-mail_ssl_module
--with-file-aio
--with-http_spdy_module
--with-cc-opt='-g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2'
--with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed'
--with-ipv6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment