File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ If your NGINX log path is different from the default `/var/log/nginx`, set the c
2626NGINX_ANALYTICS_ACCESS_PATH=/path/to/access/logs
2727```
2828
29- If you are using the [ agent] ( ../agent/README.md ) , set the agent URL and the optional auth token.
29+ If you are using the [ agent] ( ../agent/README.md ) , set the agent URL and the optional auth token instead .
3030
3131``` env
3232NGINX_SERVER_URL=https://your-agent.com
@@ -41,7 +41,7 @@ Pull the prebuilt image from GitHub Container Registry:
4141docker pull ghcr.io/tom-draper/nginx-analytics-dashboard:latest
4242```
4343
44- ** Local mode ** - read log files directly (mount them as a volume):
44+ Read log files directly (mount them as a volume):
4545
4646``` bash
4747docker run -d \
@@ -51,7 +51,7 @@ docker run -d \
5151 ghcr.io/tom-draper/nginx-analytics-dashboard:latest
5252```
5353
54- ** Remote mode ** - connect to a running [ agent] ( ../agent/README.md ) :
54+ If you are using the [ agent] ( ../agent/README.md ) , set the agent URL and the optional auth token instead.
5555
5656``` bash
5757docker run -d \
You can’t perform that action at this time.
0 commit comments