summaryrefslogtreecommitdiff
path: root/www/nginx/files/nginx.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/nginx/files/nginx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/files/nginx.in b/www/nginx/files/nginx.in
index eb77986fb65c..e1c413c2169c 100644
--- a/www/nginx/files/nginx.in
+++ b/www/nginx/files/nginx.in
@@ -47,7 +47,7 @@ load_rc_config $name
if [ -n "$2" ]; then
profile="$2"
if [ "x${nginx_profiles}" != "x" ]; then
- pidfile="${_pidprefix}.${profile}.pid"
+ pidfile="${_pidprefix}/${profile}.pid"
eval nginx_configfile="\${nginx_${profile}_configfile:-}"
if [ "x${nginx_configfile}" = "x" ]; then
echo "You must define a configuration file (nginx_${profile}_configfile)"