Fix the apache_config_path on Debian.yml vars file
By fixing this variable to the correct sites-available path should not fail on Debian flavored distros. The change is from this /etc/apache/sites-available to /etc/apache2/sites-available Change-Id: I8252ee7a2338b679260e8dc4c0296539972d7d35
This commit is contained in:
parent
251ec0cd7f
commit
3e194e1690
@ -31,4 +31,4 @@ apache_service: apache2
|
||||
apache_user: www-data
|
||||
apache_group: www-data
|
||||
apache_log_path: /var/log/apache2
|
||||
apache_config_path: /etc/apache/sites-available
|
||||
apache_config_path: /etc/apache2/sites-available
|
||||
|
Loading…
Reference in New Issue
Block a user