The official NGINX Open Source repository.
Go to file
Valentin Bartenev c8702948db Core: strengthen configuration syntax checker.
It is now a syntax error if tokens passed to a custom configuration
handler are terminated by "{".

The following incorrect configuration is now properly rejected:

  map $v $v2 {
      a b {
      c d {
      e f {
  }
2013-05-23 20:30:27 +04:00
auto Configure: fixed test of OS X atomic(3). 2013-05-23 10:23:21 +04:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs release-1.5.0-RELEASE 2013-05-06 13:52:36 +04:00
misc Removed vestiges of SVN. 2013-04-25 17:41:45 +04:00
src Core: strengthen configuration syntax checker. 2013-05-23 20:30:27 +04:00
.hgtags release-1.5.0 tag 2013-05-06 14:05:17 +04:00