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
|
*swp
|
||||||
*.rpm
|
*.rpm
|
||||||
/nginx-1.0.12.tar.gz
|
/nginx-1.0.12.tar.gz
|
||||||
|
/nginx-1.0.13.tar.gz
|
||||||
|
12
nginx.spec
12
nginx.spec
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.0.12
|
Version: 1.0.13
|
||||||
Release: 5%{?dist}
|
Release: 1%{?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
|
||||||
@ -84,8 +84,8 @@ export DESTDIR=%{buildroot}
|
|||||||
--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
|
--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
|
||||||
--http-uwsgi-temp-path=%{nginx_home_tmp}/uwsgi \
|
--http-uwsgi-temp-path=%{nginx_home_tmp}/uwsgi \
|
||||||
--http-scgi-temp-path=%{nginx_home_tmp}/scgi \
|
--http-scgi-temp-path=%{nginx_home_tmp}/scgi \
|
||||||
--pid-path=%{_localstatedir}/run/nginx.pid \
|
--pid-path=/run/nginx.pid \
|
||||||
--lock-path=%{_localstatedir}/lock/subsys/nginx \
|
--lock-path=/run/lock/subsys/nginx \
|
||||||
--user=%{nginx_user} \
|
--user=%{nginx_user} \
|
||||||
--group=%{nginx_group} \
|
--group=%{nginx_group} \
|
||||||
--with-file-aio \
|
--with-file-aio \
|
||||||
@ -212,6 +212,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- change pid path in nginx.conf to match systemd service file
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user