Skip to content

Commit

Permalink
Updates for agent-dynamic conf instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigell committed Dec 2, 2022
1 parent 243bef6 commit e3424f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,12 @@ INFO[0000] gRPC listening at 54789 # gRPC control plane port which NGINX Agent w
```

## NGINX Agent Settings
If it doesn't already exist, create the `/etc/nginx-agent/nginx-agent.conf` file
If it doesn't already exist, create the `/etc/nginx-agent/` directory and copy the nginx-agent.conf file from the project root directory into the newly created directory.
Create the agent-dynamic.conf file in the `/etc/nginx-agent/` directory for agent to run.
```
sudo mkdir /etc/nginx-agent
sudo cp nginx-agent.conf /etc/nginx-agent/
sudo vi /etc/nginx-agent/agent-dynamic.conf
```

### Enabling the gRPC interface
Expand Down

0 comments on commit e3424f3

Please sign in to comment.