Uncomment "include /etc/nginx/conf.d/*.conf" by default
This commit is contained in:
parent
f1b5ba4e3a
commit
04fa560d99
@ -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;
|
||||
|
@ -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 <jamielinux@fedoraproject.org> - 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 <jamielinux@fedoraproject.org> - 1:1.2.6-4
|
||||
- add comment in nginx.conf regarding "include /etc/nginf/conf.d/*.conf"
|
||||
(#903065)
|
||||
|
Loading…
Reference in New Issue
Block a user