mirror of
https://github.com/null-burn/nginx-proxy-manager-goaccess.git
synced 2025-06-07 06:47:18 +02:00
Update README.md
This commit is contained in:
parent
5c4d084e54
commit
04a2fbf317
26
README.md
26
README.md
@ -1 +1,25 @@
|
|||||||
# nginx-proxy-manager-goaccess
|
# nginx-proxy-manager-goaccess
|
||||||
|
|
||||||
|
run "docker-compose up -d"
|
||||||
|
|
||||||
|
stop the goaccess container
|
||||||
|
|
||||||
|
**Edit the following file: ./goaccess/storage/goaccess.conf** *(I've included my goaccess configuration)*
|
||||||
|
|
||||||
|
verify:
|
||||||
|
- real-time-html true
|
||||||
|
|
||||||
|
comment out:
|
||||||
|
- log-format COMBINED
|
||||||
|
|
||||||
|
add:
|
||||||
|
- log_format [%d:%t %^] %s - %m %^ %v "%U" [Client %h] [Length %b] [Gzip %^] "%u" "%R"
|
||||||
|
- time-format %T
|
||||||
|
- date-format %d/%b/%Y
|
||||||
|
|
||||||
|
update:
|
||||||
|
- log-file /opt/log/default.log
|
||||||
|
|
||||||
|
start the goaccess container
|
||||||
|
|
||||||
|
visit goaccess at: http://[ip]:7889
|
||||||
|
Loading…
x
Reference in New Issue
Block a user