summaryrefslogtreecommitdiff
path: root/debian/patches/fix-change-index-document-root
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-change-index-document-root')
-rw-r--r--debian/patches/fix-change-index-document-root19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/fix-change-index-document-root b/debian/patches/fix-change-index-document-root
new file mode 100644
index 0000000..4ba29ad
--- /dev/null
+++ b/debian/patches/fix-change-index-document-root
@@ -0,0 +1,19 @@
+Description: Change the default document root to /var/www/html
+ and added index.mini-httpd.html in /var/www/html
+Author: Jose dos Santos Junior <j.s.junior@live.com>
+Last-Update: 2015-09-14
+Bug: http://bugs.debian.org/730373
+===================================================================
+Index: mini-httpd-1.21/mini_httpd.c
+===================================================================
+--- mini-httpd-1.21.orig/mini_httpd.c
++++ mini-httpd-1.21/mini_httpd.c
+@@ -1140,7 +1140,7 @@ handle_request( void )
+ char* cp;
+ int r, file_len, i;
+ const char* index_names[] = {
+- "index.html", "index.htm", "index.xhtml", "index.xht", "Default.htm",
++ "index.html", "index.mini-httpd.html", "index.htm", "index.xhtml", "index.xht", "Default.htm",
+ "index.cgi" };
+
+ /* Set up the timeout for reading. */