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 --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ]; then if [ $prefix_auto = 1 ]; then
prefix="opt/nginx" # use a dedicated sysconfdir
set_confopt sysconfdir="$sysconfdir/$pkg"
fi fi
cleanconfopt=0 cleanconfopt=0

Loading…
Cancel
Save