diff --git a/nginx.conf b/nginx.conf index ff61ec2..ace77a2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,8 +38,7 @@ http { # Load modular configuration files from the /etc/nginx/conf.d directory. # See http://nginx.org/en/docs/ngx_core_module.html#include # for more information. - # - #include /etc/nginx/conf.d/*.conf; + include /etc/nginx/conf.d/*.conf; server { listen 80; diff --git a/nginx.spec b/nginx.spec index f85e61a..551ed9a 100644 --- a/nginx.spec +++ b/nginx.spec @@ -11,7 +11,7 @@ Name: nginx Epoch: 1 Version: 1.2.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -202,6 +202,10 @@ fi %changelog +* Wed Jan 23 2013 Jamie Nguyen - 1:1.2.6-5 +- uncomment "include /etc/nginx/conf.d/*.conf by default but leave the + conf.d directory empty (#903065) + * Wed Jan 23 2013 Jamie Nguyen - 1:1.2.6-4 - add comment in nginx.conf regarding "include /etc/nginf/conf.d/*.conf" (#903065)