aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/files/extra-patch-ngx_http_fancyindex_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx/files/extra-patch-ngx_http_fancyindex_module.c')
-rw-r--r--www/nginx/files/extra-patch-ngx_http_fancyindex_module.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/nginx/files/extra-patch-ngx_http_fancyindex_module.c b/www/nginx/files/extra-patch-ngx_http_fancyindex_module.c
new file mode 100644
index 000000000000..f37a86a094d7
--- /dev/null
+++ b/www/nginx/files/extra-patch-ngx_http_fancyindex_module.c
@@ -0,0 +1,12 @@
+--- ../ngx-fancyindex-0.2.2/ngx_http_fancyindex_module.c.orig 2010-05-24 17:59:08.000000000 +0400
++++ ../ngx-fancyindex-0.2.2/ngx_http_fancyindex_module.c 2010-05-24 17:59:36.000000000 +0400
+@@ -591,9 +591,6 @@
+ }
+
+ /* TODO: Win32 */
+- if (r->zero_in_uri) {
+- return NGX_DECLINED;
+- }
+
+ if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) {
+ return NGX_DECLINED;