Versions Compared

Key

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

...

Create a directory under the configuration folder called "enabled" and add an include directive in the main configuration file inside the http section. For example:

Panel

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

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

...