Update to 1.0.13 and amend default pid/lock path
This commit is contained in:
parent
ee9a369c6e
commit
83f14e42cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ x86_64/
|
||||
*swp
|
||||
*.rpm
|
||||
/nginx-1.0.12.tar.gz
|
||||
/nginx-1.0.13.tar.gz
|
||||
|
12
nginx.spec
12
nginx.spec
@ -9,8 +9,8 @@
|
||||
|
||||
Name: nginx
|
||||
Epoch: 1
|
||||
Version: 1.0.12
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.13
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A high performance web server and reverse proxy server
|
||||
Group: System Environment/Daemons
|
||||
@ -84,8 +84,8 @@ export DESTDIR=%{buildroot}
|
||||
--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
|
||||
--http-uwsgi-temp-path=%{nginx_home_tmp}/uwsgi \
|
||||
--http-scgi-temp-path=%{nginx_home_tmp}/scgi \
|
||||
--pid-path=%{_localstatedir}/run/nginx.pid \
|
||||
--lock-path=%{_localstatedir}/lock/subsys/nginx \
|
||||
--pid-path=/run/nginx.pid \
|
||||
--lock-path=/run/lock/subsys/nginx \
|
||||
--user=%{nginx_user} \
|
||||
--group=%{nginx_group} \
|
||||
--with-file-aio \
|
||||
@ -212,6 +212,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 06 2012 Jamie Nguyen <jamie@tomoyolinux.co.uk> 1:1.0.13-1
|
||||
- update to upstream release 1.0.13
|
||||
- amend --pid-path and --log-path
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user