1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitea_ynh.git synced 2024-09-03 20:36:22 +02:00

Fix reverse proxy authentication

This commit is contained in:
Josué Tille 2022-05-28 20:12:56 +02:00
parent 90ba718dec
commit 29fb4d4a9e
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -72,5 +72,5 @@ XORM = file
[security]
INSTALL_LOCK = true
SECRET_KEY = __KEY__
REVERSE_PROXY_AUTHENTICATION_USER = REMOTE_USER
REVERSE_PROXY_AUTHENTICATION_USER = REMOTE-USER
REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128