Skip to content

Commit

Permalink
revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveromahony committed Nov 26, 2024
1 parent d51203a commit c6ce655
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions nginx-agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ allowed_directories:
- /opt/homebrew/var/log
- /Users/o.omahony/Developer/nginx-certs

command:
server:
# the server host to connect to in order to send and receive commands e.g. config apply instructions
host: 127.0.0.1
# the server port to connect to in order to send and receive commands e.g. config apply instructions
port: 9093
# the type of connection. Options are "grpc" or "http"
type: grpc
## command server settings
# command:
# server:
# host: "127.0.0.1" # Command server host
# port: 8080 # Command server port
# type: 0 # Server type (e.g., 0 for gRPC)
# auth:
# token: "secret-auth-token" # Authentication token for the command server

## collector metrics settings
# collector:
Expand Down

0 comments on commit c6ce655

Please sign in to comment.