Fix pid path in nginx.conf

This commit is contained in:
Jamie Nguyen 2012-03-04 20:18:38 +00:00
parent 8e04e8e62a
commit ee9a369c6e
2 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@ error_log /var/log/nginx/error.log;
#error_log /var/log/nginx/error.log notice;
#error_log /var/log/nginx/error.log info;
pid /var/run/nginx.pid;
pid /run/nginx.pid;
#----------------------------------------------------------------------

View File

@ -10,7 +10,7 @@
Name: nginx
Epoch: 1
Version: 1.0.12
Release: 3%{?dist}
Release: 5%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@ -212,6 +212,9 @@ fi
%changelog
* Sun Mar 04 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.12-5
- change pid path in nginx.conf to match systemd service file
* Sun Mar 04 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.12-3
- fix %%pre scriptlet