The official NGINX Open Source repository.
Go to file
Igor Sysoev 2a634f5342 fix r3218:
Initially building lists of ports, addresses, and server names had been
placed at final configuration stage, because complete set of the "listen"s
and the "server_names" were required for this operation. r3218 broke it,
because the "listen"s go usually first in configuration, and
cscf->server_names is empty at this stage, therefore no virtual names
were configured.

Now server configurations are stored in array for each address:port
to configure virtual names. Also regex captures flag is moved from
server names to core server configuration.
2009-10-21 16:27:48 +00:00
auto read_ahead 2009-09-30 13:21:52 +00:00
conf update $status in log_format example 2009-04-06 13:43:46 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-0.8.20-RELEASE 2009-10-14 12:57:25 +00:00
misc fix "make zip", the bug has been introduced in r2841 2009-05-18 16:50:05 +00:00
src fix r3218: 2009-10-21 16:27:48 +00:00
.hgtags release-0.8.20 tag 2009-10-14 12:57:26 +00:00