- enable ngx_http_auth_request_module

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=50
This commit is contained in:
Marcus Rückert 2015-04-12 04:23:09 +00:00 committed by Git OBS Bridge
parent 40cbe6bb50
commit 8a14fe963e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 12 04:22:29 UTC 2015 - mrueckert@suse.de
- enable ngx_http_auth_request_module
-------------------------------------------------------------------
Sun Apr 12 04:06:26 UTC 2015 - mrueckert@suse.de

View File

@ -192,8 +192,8 @@ sed -i "s/\/var\/run/\/run/" %{_sourcedir}/nginx.init
--user=nginx --group=nginx \
--without-select_module \
--without-poll_module \
--with-ipv6 \
--with-file-aio \
--with-ipv6 \
--with-http_ssl_module \
%if 0%{?suse_version} > 1220
--with-http_spdy_module \
@ -208,9 +208,9 @@ sed -i "s/\/var\/run/\/run/" %{_sourcedir}/nginx.init
--with-http_flv_module \
--with-http_mp4_module \
--with-http_gzip_static_module \
--with-http_auth_request_module \
--with-http_random_index_module \
--with-http_secure_link_module \
--with-http_ssl_module \
--with-http_degradation_module \
--with-http_stub_status_module \
--with-http_perl_module \