Avoiding virtual-root with Nginx

2019-01-05 Thread hi
cgitrc(5) says > NOTE: cgit has recently learned how to use PATH_INFO to achieve the > same kind of virtual urls, so this option will probably be deprecated. With this in mind, I've been trying and failing to set up CGit with Nginx without using virtual-root. By default, CGit will generate links

Re: [RFC] use buffered stdio (lightly tested)

2019-01-05 Thread Eric Wong
In the future, I think it could be even more beneficial to buffer to zlib (if the client accepts gzip) and bypass stdio buffering in those cases. Smaller responses via gzip means less IPC overhead and wakeups for the reader. cgit is linked against zlib anyways because of git, so no extra