Fix pid path in nginx.conf
This commit is contained in:
parent
c89e267a4e
commit
a6548afc97
@ -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 notice;
|
||||||
#error_log /var/log/nginx/error.log info;
|
#error_log /var/log/nginx/error.log info;
|
||||||
|
|
||||||
pid /var/run/nginx.pid;
|
pid /run/nginx.pid;
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.0.12
|
Version: 1.0.12
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
Summary: A high performance web server and reverse proxy server
|
Summary: A high performance web server and reverse proxy server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -212,6 +212,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 04 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.12-3
|
||||||
- fix %%pre scriptlet
|
- fix %%pre scriptlet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user