x64architecture / wnmp

An easy Nginx, MariaDB and PHP environment for Windows.
https://wnmp.x64architecture.com
GNU General Public License v3.0
509 stars 110 forks source link

add include conf.d.*.conf to the http settings #117

Closed theking2 closed 3 years ago

theking2 commented 4 years ago

To create server blocks (VritualHost) it would be helpful to place these settings in separate config files (and add them to the hosts file). I could successful configure multiple virtual hosts this way.

    include conf.d/*.conf;

and add the folder conf.d inside the conf folder