File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ function traefik_goaccess_config(){
3232 echo " # ${goan_version} " >> ${goan_config}
3333 echo " # GOAN_PROXY_CONFIG" >> ${goan_config}
3434 echo " ######################################" >> ${goan_config}
35- echo " time-format ${TIME_FORMAT:- ' %T ' } " >> ${goan_config}
36- echo " date-format ${DATE_FORMAT:- ' %d/%b/%Y' } " >> ${goan_config}
37- echo " log-format ${LOG_FORMAT:- ' %h %^[%d:%t %^] \"%r\" %s %b \"%R\" \"%u\" %Lm' } " >> ${goan_config}
35+ echo " time-format ${TIME_FORMAT:-% T } " >> ${goan_config}
36+ echo " date-format ${DATE_FORMAT:-% d/% b/% Y} " >> ${goan_config}
37+ echo " log-format ${LOG_FORMAT:-% h % ^[%d:%t %^] \" % r\" % s % b \" % R\" \" % u\" % Lm} " >> ${goan_config}
3838 echo " port 7890" >> ${goan_config}
3939 echo " real-time-html true" >> ${goan_config}
4040 echo " output ${nginx_html} " >> ${goan_config}
You can’t perform that action at this time.
0 commit comments