Skip to content

Commit 576ad4e

Browse files
committed
Merge commit 'd181a67039f911a46f086513325bfa64a664e830' into development
* commit 'd181a67039f911a46f086513325bfa64a664e830': fix: updated documentation # Conflicts: # Documentation/Index.rst
2 parents faa1e3f + d181a67 commit 576ad4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ HTML and JSON exports for the TYPO3 extension can be generated from Apache logs
7979
8080
8181
usr/bin/zcat --force /var/log/apache2/access_example.org.log* | \ # You usually want to parse rotated and gzipped logs as well.
82-
/usr/bin/goaccess -
82+
/usr/bin/goaccess - \
8383
-o goaccess.html -o goaccess.json \ # Export processed metrics as html and json.
8484
--log-format=COMBINED \ # Apache Combined Log Format. Custom log formats are supported, too.
8585
--ignore-crawlers \ # Ignore web crawlers.
86-
--exclude-ip ::1 --exclude-ip 127.0.0.1 \ # Exclude status checks originating from local ip addresses.
86+
--exclude-ip ::1 --exclude-ip 127.0.0.1 # Exclude status checks originating from local ip addresses.
8787
8888
To refresh these files periodically, you might use a cronjob, e.g.:
8989

0 commit comments

Comments
 (0)