8 thoughts on “NGINX 1.11.11 mainline built against OpenSSL-tls1.3-draft-18 and ngx_brotli for Red Hat Enterprise Linux and CentOS”

  1. nginx -t
    nginx: [emerg] getpwnam(“apache”) failed in /etc/nginx/nginx.conf:1
    nginx: configuration file /etc/nginx/nginx.conf test failed

    [root@msk nginx]# nignx -t
    -bash: nignx: command not found
    [root@msk nginx]# nginx -t
    nginx: [warn] duplicate MIME type “text/html” in /etc/nginx/conf.d/default.conf:12
    nginx: [warn] duplicate MIME type “text/html” in /etc/nginx/conf.d/default.conf:15
    nginx: the configuration file /etc/nginx/nginx.conf syntax is ok

    1. Alexandr, please change apache in nginx.conf to any web user you prefer, e.g. nginx.
      Regarding duplicate types: I also see this problem, but do not see actual duplicates in the list.

      1. Hi,
        I have hit this problem (with duplicate html) before few months.
        As I remember nginx by default is including this mime type “text/html”, so you just need to removed it and not declare it explicitly.
        regards
        ntk

Leave a Reply

Your email address will not be published. Required fields are marked *