Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

http {
  include mime.types;
  default_type application/octet-stream;


  # other parameters...

  include "C:/UDMG/nginx/conf/enabled/*.conf";

}

  • Remove any /etc/nginx/conf.d/default.conf file, this is also to disable the NGINX default landing page on port 80.
  • Validate that the configuration is correct with the following command:

...