Skip to content

Commit

Permalink
Update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gnosek committed Aug 1, 2007
1 parent 7693c81 commit 611d956
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_me
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
set -e

./configure \
--prefix=/usr/local/nginx \
--prefix=/var/nginx \
--sbin-path=/usr/local/sbin \
--conf-path=/etc/nginx/nginx.conf \
--user=nginx \
--group=nginx \
--with-http_ssl_module
--with-http_ssl_module \

make

0 comments on commit 611d956

Please sign in to comment.