github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/pkg/ddevapp/webserver_config_assets/README.apache.txt-site-php.conf (about)

     1  #ddev-generated
     2  The .ddev/apache directory contains a generated apache-site.conf file
     3  possibly specially adapted for the specific project type chosen in .ddev/config.yaml.
     4  and it handles most projects on ddev, including those with multiple
     5  hostnames, etc.
     6  
     7  However, if you have very specific needs for configuration, you can edit
     8  the apache-site.conf file and remove the #ddev-generated line in it and change
     9  as you see fit. Use `ddev start` to restart.
    10  
    11  You can also add more configurations, for example with separate configurations
    12  for each site, as demonstrated by the second_docroot.conf.example, which shows how to have apache serve completely different configurations for a named site that is different from the default.
    13  
    14  The files will be copied into /etc/apache2/sites-enabled directory.