Skip to content

Commit

Permalink
Fix spacing of apache2 vhost config file (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com>
  • Loading branch information
mthaddon and arturo-seijas committed Nov 27, 2023
1 parent c184221 commit 93841d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Write logs to both files for loki log scraping and stdout for kubernetes
# container logs. Required for loki integration.
ErrorLog "|$ tee {APACHE_LOG_DIR}/error.log"
CustomLog "${APACHE_LOG_DIR}/access.log" combined
CustomLog "${APACHE_LOG_DIR}/access.log" combined
CustomLog /dev/stdout combined

# For most configuration files from conf-available/, which are
Expand Down

0 comments on commit 93841d6

Please sign in to comment.