Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

nginx -V 2>&1 | grep http_dav_module

nginx -V 2>&1 | grep -E '(http_gzip_module|http_gzip_static_module)'

egrep -i '^\s*autoindex\s+' /etc/nginx/nginx.conf


egrep -i '^\s*autoindex\s+' /etc/nginx/conf.d/*

grep -Pi -- '^\h*user\h+[^;\n\r]+\h*;.*$' /etc/nginx/nginx.conf

You might also like