Set an anonymous http user for pagure.io gitolite
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
ad0d416f2a
commit
acd007a79d
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue