docker-php icon indicating copy to clipboard operation
docker-php copied to clipboard

Allow Custom Apache VHOST directives to be included

Open jaydrogers opened this issue 2 years ago • 0 comments

Problem

  • There isn't an easy way to include simple configuration additions to the Apache sites

What this PR does

  • [X] Create a new folder called /etc/apache2/custom-vhost-conf
  • [X] Set the Apache configurations to scan that folder for any file ending in *.conf
  • [ ] Include those settings to be loaded within the Virtual Host Directive

jaydrogers avatar Feb 01 '23 18:02 jaydrogers