Skip to content

Commit 8753f37

Browse files
noppelmaxweaverryan
authored andcommitted
Use ${APACHE_LOG_DIR} instead of /var/log/apache2
1 parent 5b3f68e commit 8753f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/configuration/web_server_configuration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ are:
4848
Allow from All
4949
</Directory>
5050
51-
ErrorLog /var/log/apache2/project_error.log
52-
CustomLog /var/log/apache2/project_access.log combined
51+
ErrorLog ${APACHE_LOG_DIR}/project_error.log
52+
CustomLog ${APACHE_LOG_DIR}/project_access.log combined
5353
</VirtualHost>
5454
5555
.. note::

0 commit comments

Comments
 (0)