Index: README.md
===================================================================
--- README.md (revision 12)
+++ README.md (revision 13)
@@ -357,7 +357,7 @@
}
location ~* ^.+(favicon.ico|robots.txt) {
- root /u3/nginx/vhosts/cgit;
+ root /var/www/htdocs/cgit;
expires 30d;
}