Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #52 from boxen/try-etc-boxen
Browse files Browse the repository at this point in the history
Use `#{etc}/boxen` for configuration directory
  • Loading branch information
jacobbednarz authored Sep 26, 2017
2 parents 88c4b9a + dfcaffd commit 35f9ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/brews/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def install
"--with-ipv6",
"--with-cc-opt=#{cc_opt}",
"--with-ld-opt=#{ld_opt}",
"--conf-path=/opt/boxen/config/nginx/nginx.conf",
"--conf-path=#{etc}/boxen/nginx/nginx.conf",
"--pid-path=/opt/boxen/data/nginx/nginx.pid",
"--lock-path=/opt/boxen/data/nginx/nginx.lock"]

Expand Down

0 comments on commit 35f9ae1

Please sign in to comment.