logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

00 no bgwhite.patch (383B)


  1. --- nginx-1.12.1/src/http/modules/ngx_http_autoindex_module.c.old 2017-08-12 17:03:38.956602736 +0200
  2. +++ nginx-1.12.1/src/http/modules/ngx_http_autoindex_module.c 2017-08-12 17:04:06.514291803 +0200
  3. @@ -446,7 +446,7 @@
  4. static u_char header[] =
  5. "</title></head>" CRLF
  6. - "<body bgcolor=\"white\">" CRLF
  7. + "<body>" CRLF
  8. "<h1>Index of "
  9. ;