Skip to content

Commit

Permalink
Fix binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Jan 13, 2025
1 parent bf86006 commit dc4fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type Config struct {

func (c *Config) applyDefaults() error {
if c.Binary == "" {
c.Binary = "/opt/homebrew/bin/nginx"
c.Binary = "/usr/sbin/nginx"
}
if c.StdoutLogPath == "" {
if c.LogDir == "" {
Expand Down

0 comments on commit dc4fda0

Please sign in to comment.