From: Arkadiusz Miśkiewicz Date: Fri, 28 Apr 2017 11:04:11 +0000 (+0200) Subject: - rel 2; fix http-uwsgi-temp-path X-Git-Tag: auto/th/nginx-1.12.0-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fnginx.git;a=commitdiff_plain;h=0bd5043bbb32b3fb4c409364dd5d40049f23cfd4 - rel 2; fix http-uwsgi-temp-path --- diff --git a/nginx.spec b/nginx.spec index 79f80a2..6a265ed 100644 --- a/nginx.spec +++ b/nginx.spec @@ -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.12.0 -Release: 1 +Release: 2 License: BSD-like Group: Networking/Daemons/HTTP Source0: http://nginx.org/download/%{name}-%{version}.tar.gz @@ -277,6 +277,7 @@ cp -f configure auto/ --http-client-body-temp-path=%{_localstatedir}/cache/%{name}/client_body_temp \ --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 \ --user=nginx \ --group=nginx \ %{?with_select:--with-select_module} \