Revert "Fix pid path in nginx.conf"

This reverts commit a6548afc97.
This commit is contained in:
Jamie Nguyen 2012-03-04 20:14:50 +00:00
parent a6548afc97
commit 8e04e8e62a
2 changed files with 2 additions and 5 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 /run/nginx.pid;
pid /var/run/nginx.pid;
#----------------------------------------------------------------------

View File

@ -10,7 +10,7 @@
Name: nginx
Epoch: 1
Version: 1.0.12
Release: 4%{?dist}
Release: 3%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@ -212,9 +212,6 @@ fi
%changelog
* Sun Mar 04 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.12-4
- 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