diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:40:42 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:40:42 +0100 |
commit | a4d343096231d62e8d91a1b23ba9e1997e9136c0 (patch) | |
tree | b57a4092a88cb0567e7b23ed70f487381ea51018 | |
parent | e09834d1cc7cf5f9f57e356d8145fd9383fa1228 (diff) |
Fix httpd vhost example not sourcing conf files
-rw-r--r-- | config/httpd.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd.conf-example b/config/httpd.conf-example index 9736cafff..2f6ca9c75 100644 --- a/config/httpd.conf-example +++ b/config/httpd.conf-example @@ -129,7 +129,7 @@ </IfModule> # Include optional configuration - Include vhost.d/alaveteli + Include vhost.d/alaveteli/*.conf </VirtualHost> |