Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
server_name + include
Добрый день,
обнаружил очень странное поведение:
Использую конфигурацию виртуальных серверов с include vhosts/*.conf;
если в папке vhosts лежит два файла
domain.conf:
server {
server_name .domain.com;
}
some.domain.conf:
server {
server_name some.domain.com;
}
то при переходе на http://some.domain.com/ срабатывает конфигурация
domain.conf (хотя по документации, имена с маской имеют меньший
приоритет)
если все записать в один файл domain.conf, то независимо от
последовательности серверов в файле, срабатывает вторая конфигурация.
Не могу понять, как заставить срабатывать вторую конфигурацию, если
они в разных файлах?
nginx version: nginx/0.7.65
built by gcc 4.1.2 (Gentoo 4.1.2)
TLS SNI support enabled
configure arguments: --prefix=/usr --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access_log
--error-log-path=/var/log/nginx/error_log
--pid-path=/var/run/nginx.pid
--http-client-body-temp-path=/var/tmp/nginx/client
--http-proxy-temp-path=/var/tmp/nginx/proxy
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --with-md5-asm
--with-md5=/usr/include --with-sha1-asm --with-sha1=/usr/include
--with-http_realip_module --with-http_ssl_module
--with-http_perl_module --with-http_stub_status_module
--with-http_secure_link_module
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|