]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-repolist: return HTTP 404 if no repositories found
authorPeter Colberg <peter@colberg.org>
Tue, 8 Dec 2015 17:53:09 +0000 (12:53 -0500)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 13 Jan 2016 16:19:34 +0000 (17:19 +0100)
Return HTTP status code 404 Not found when querying a non-existent
repository, which signals to search engines that a repository no
longer exists. Further, some webservers such as nginx permit
logging requests to different files depending on the HTTP code.

Signed-off-by: Peter Colberg <peter@colberg.org>

No differences found