Add comment regarding /etc/nginx/conf.d directory (#903065)

This commit is contained in:
Jamie Nguyen 2013-01-23 11:11:40 +00:00
parent 48bb9f19f4
commit f1b5ba4e3a
2 changed files with 12 additions and 2 deletions

View File

@ -35,6 +35,12 @@ http {
#gzip on;
# 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;
server {
listen 80;
server_name localhost;

View File

@ -11,7 +11,7 @@
Name: nginx
Epoch: 1
Version: 1.2.6
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@ -111,7 +111,7 @@ export DESTDIR=%{buildroot}
--with-cc-opt="%{optflags} $(pcre-config --cflags)" \
--with-ld-opt="$RPM_LD_FLAGS -Wl,-E" # so the perl module finds its symbols
make %{?_smp_mflags}
make %{?_smp_mflags}
%install
@ -202,6 +202,10 @@ fi
%changelog
* 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)
* Wed Dec 19 2012 Jamie Nguyen <jamielinux@fedoraproject.org> - 1:1.2.6-3
- use correct file ownership when rotating log files