Hello!

Nginx gives the following error:

nginx: [emerg] "http" directive is duplicate in /etc/nginx/nginx.conf:118

What does "[emerg]" mean, and how do I fix the error?

  • 2
    Emerg = Emergency. You have the http directive defined twice. You can only once. - KAGG Design pm

0