summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-15support HEAD in proxy cacheIgor Sysoev1-1/+1
2009-04-11try_files status codeIgor Sysoev1-0/+20
2009-04-07fix r2590: error_page made an external redirect without query stringIgor Sysoev1-1/+1
2009-03-26fix alias with variables, but without captures,Igor Sysoev1-2/+12
2009-03-23a prelimiary proxy cache supportIgor Sysoev1-4/+16
2009-03-22style fix: remove tabsIgor Sysoev1-1/+1
2009-03-22use complex value in error_pageIgor Sysoev1-38/+28
2009-03-20add full path debug log in try_filesIgor Sysoev1-2/+2
2009-03-20allow try_files in server contextIgor Sysoev1-1/+1
2009-03-20fix directory test in try_filesIgor Sysoev1-0/+1
2009-03-19split args in a try_files fallbackIgor Sysoev1-2/+4
2009-03-18fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev1-4/+29
2009-03-18reserve space for r->uri, the bug has been introduced in r2566Igor Sysoev1-1/+3
2009-03-14fix case when regex locaiton runs the second time via internal redirectIgor Sysoev1-3/+5
2009-03-14fix reserved mapped uri length if alias has capturesIgor Sysoev1-4/+2
2009-03-14remove unneeded incrementIgor Sysoev1-1/+1
2009-03-13ipv6onlyIgor Sysoev1-0/+39
2009-03-11fix segfaults introduced in r2549 and r2550Igor Sysoev1-2/+2
2009-03-06captures support in server_nameIgor Sysoev1-0/+3
2009-03-06captures support in location and aliasIgor Sysoev1-25/+46
2009-03-01fix case when the first try is shorter then URIIgor Sysoev1-5/+1
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-9/+8
2009-02-24axe r->port_textIgor Sysoev1-2/+0
2009-02-23axe r->portIgor Sysoev1-1/+0
2009-02-23axe r->in_addrIgor Sysoev1-5/+0
2009-02-21fix implicit listen, introduced in r2513Igor Sysoev1-0/+6
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-25/+32
2009-02-14set content-type for try_files' choiceIgor Sysoev1-0/+5
2009-02-10if_modified_since offIgor Sysoev1-3/+4
2009-01-27fix types and add commentIgor Sysoev1-3/+2
2009-01-21allow directories in try_filesIgor Sysoev1-1/+9
2009-01-19try_files should work with files onlyIgor Sysoev1-0/+4
2008-12-26send "100 Continue" just before reading request bodyIgor Sysoev1-53/+2
2008-12-26do not send "100 Continue" for subrequestsIgor Sysoev1-1/+4
2008-12-24flush variable values in try_filesIgor Sysoev1-1/+1
2008-12-24update r2422Igor Sysoev1-10/+1
2008-12-23fix r2378, do not activate subrequest if there are alreadyIgor Sysoev1-0/+9
2008-12-23fix the previous commitIgor Sysoev1-1/+1
2008-12-22send "100 Continue" for HTTP/1.1 onlyIgor Sysoev1-1/+1
2008-12-15try_filesIgor Sysoev1-0/+240
2008-12-11fix segfault if no named location are defined, but are usedIgor Sysoev1-18/+22
2008-12-11allow "~", "~*", "^~", and "=" before location name without spaceIgor Sysoev1-38/+100
2008-12-08*) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev1-26/+5
2008-12-01if_modified_sinceIgor Sysoev1-0/+17
2008-10-17fix server_addr value known from configuration, bug introduced in r2199Igor Sysoev1-0/+4
2008-10-16NGX_OPEN_FILE_DIRECTIO_OFFIgor Sysoev1-1/+1
2008-09-29disable $realpath_root variable in a "root" directiveIgor Sysoev1-0/+11
2008-09-27*) log_subrequestIgor Sysoev1-0/+9
2008-09-24underscores_in_headersIgor Sysoev1-0/+11
2008-09-05remove unused #include'sIgor Sysoev1-2/+0