Set an anonymous http user for pagure.io gitolite

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-10-12 11:42:35 +02:00
parent ad0d416f2a
commit acd007a79d

View file

@ -15,7 +15,9 @@
%RC = ( %RC = (
# ------------------------------------------------------------------ # ------------------------------------------------------------------
{%- if environment == "staging" %}
HTTP_ANON_USER => 'ANONYMOUS_',
{% endif %}
# default umask gives you perms of '0700'; see the rc file docs for # default umask gives you perms of '0700'; see the rc file docs for
# how/why you might change this # how/why you might change this
UMASK => 0077, UMASK => 0077,