Skip to content

Instantly share code, notes, and snippets.

@selivan
Last active April 7, 2017 18:04
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 selivan/cac189d3b8ba167e43899cc908195114 to your computer and use it in GitHub Desktop.
Save selivan/cac189d3b8ba167e43899cc908195114 to your computer and use it in GitHub Desktop.
nginx build arguments for naxsi/issues/364
nginx version: nginx/1.10.3
built with OpenSSL 1.0.1f 6 Jan 2014
TLS SNI support enabled
configure arguments:
--with-cc-opt='-g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -D_FORTIFY_SOURCE=2'
--with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -fPIC'
--prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log
--lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules
--http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi
--with-debug
--with-pcre-jit
--with-ipv6
--with-http_ssl_module
--with-http_stub_status_module
--with-http_realip_module
--with-http_auth_request_module
--with-threads
--with-http_geoip_module
--with-http_gunzip_module
--with-http_gzip_static_module
--add-module=/home/user/NGINX/nginx-1.10.3+naxsi0.55.3/debian/modules/nginx-echo
--add-module=/home/user/NGINX/nginx-1.10.3+naxsi0.55.3/debian/modules/naxsi/naxsi_src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment