Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// actually unused, cache.mapcomplete.org uses nginx
cache.mapcomplete.org {
reverse_proxy /summary/* 127.0.0.1:2345
reverse_proxy path_regexp ^/\d+/\d+/\d+\.pmtiles$ http://localhost:2346
reverse_proxy /* 127.0.0.1:7800
}