]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- rel 2; set sane http-scgi-temp-path auto/th/nginx-1.13.5-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Oct 2017 12:32:47 +0000 (14:32 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Oct 2017 12:32:47 +0000 (14:32 +0200)
nginx.spec

index 4d33a90044f7ada3b2a357366fed23ad174e8bc2..24c50df758b2c4816360f37b74406e0efc8d4c50 100644 (file)
@@ -42,7 +42,7 @@ Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajności
 # - mainline: production quality but API can change
 Name:          nginx
 Version:       1.13.5
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -278,6 +278,7 @@ cp -f configure auto/
        --http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}/fastcgi_temp \
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}/proxy_temp \
        --http-uwsgi-temp-path=%{_localstatedir}/cache/%{name}/uwsgi_temp \
+       --http-scgi-temp-path=%{_localstatedir}/cache/%{name}/scgi_temp \
        --user=nginx \
        --group=nginx \
        %{?with_select:--with-select_module} \
This page took 0.034957 seconds and 4 git commands to generate.