Skip to content

Commit be5b3f0

Browse files
committed
Provide name with extension.
`a2enconf`/`a2disconf` appear to be able to make use of it, and should help readability to know _what_ exactly is being enabled?
1 parent e487681 commit be5b3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ LogFormat "%{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{Use
8080
EOCONF
8181

8282
RUN <<EOS
83-
a2enconf logging
83+
a2enconf logging.conf
8484
chown -R www-data /var/log/apache2
8585
EOS
8686

0 commit comments

Comments
 (0)