Currently "/style.css" is passed to the script like any other path, which effectively means that repairlog
is always called twice. Ideally, the sample-nginx-config
file would have a special location block for /style.css because it’s just a static file.
I tried to do this while writing 05fb62a, but I couldn’t figure it out. If anyone else knows how to do this, please either send a patch to the mailing list or just a regular email explaining how to do it.