Skip to content

Commit 5806479

Browse files
authored
docs: update README for agent URL and auth token instructions
Clarified instructions for setting agent URL and auth token in README.
1 parent cfdc287 commit 5806479

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dashboard/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If your NGINX log path is different from the default `/var/log/nginx`, set the c
2626
NGINX_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
3232
NGINX_SERVER_URL=https://your-agent.com
@@ -41,7 +41,7 @@ Pull the prebuilt image from GitHub Container Registry:
4141
docker 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
4747
docker 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
5757
docker run -d \

0 commit comments

Comments
 (0)