Browse Source

nginx: changed to use the default prefix instead of 'opt/nginx' (IssueID #92)

stable/0.2
Christian Wiese 14 years ago
parent
commit
ea06dbe797
  1. 4
      network/nginx/nginx.conf

4
network/nginx/nginx.conf

@ -14,8 +14,8 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ]; then
prefix="opt/nginx"
set_confopt
# use a dedicated sysconfdir
sysconfdir="$sysconfdir/$pkg"
fi
cleanconfopt=0

Loading…
Cancel
Save