USE
http -aio -debug -libatomic -mail -modules (-selinux) -stream -test
NGINX_MODULES_HTTP
access autoindex dav fastcgi gzip map proxy rewrite ssl xslt -addition -auth_basic -auth_request -browser -charset -degradation -empty_gif -flv -geo -geoip -grpc -gunzip -gzip_static -image_filter -limit_conn -limit_req -memcached -mirror -mp4 -perl -random_index -realip -referer -scgi -secure_link -slice -split_clients -ssi -stub_status -sub -upstream_hash -upstream_ip_hash -upstream_keepalive -upstream_least_conn -upstream_random -upstream_zone -userid -uwsgi -v2 -v3
NGINX_MODULES_MAIL
-imap -pop3 -smtp -ssl
NGINX_MODULES_STREAM
-access -geo -geoip -limit_conn -map -pass -realip -return -set -split_clients -ssl -ssl_preread -upstream_hash -upstream_least_conn -upstream_random -upstream_zone
nginx.conf
20,22c20,22
< server {
< listen 127.0.0.1;
< server_name localhost;
---
> #server {
> # listen 127.0.0.1;
> # server_name localhost;
26c26
< }
---
> #}
38c38,39
<
---
>
> include /etc/nginx/conf.d/*.conf;