Versions Compared

Key

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


Panel

Table of Contents

NGINX Server for Linux

Note

The following steps require root privilege, be sure that you have the correct access before continuing.

...

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";

...