From 8a14fe963ee0fff796f9b095a0e2fd9234578d8edbe268bdb169ad789fbb728e Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Sun, 12 Apr 2015 04:23:09 +0000 Subject: [PATCH] - enable ngx_http_auth_request_module OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=50 --- nginx.changes | 5 +++++ nginx.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/nginx.changes b/nginx.changes index 3805a3b..4261eea 100644 --- a/nginx.changes +++ b/nginx.changes @@ -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 diff --git a/nginx.spec b/nginx.spec index 23e2d94..7463598 100644 --- a/nginx.spec +++ b/nginx.spec @@ -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 \