diff --git a/seed/gitea/templates/app.ini b/seed/gitea/templates/app.ini index a031250..dd6175c 100644 --- a/seed/gitea/templates/app.ini +++ b/seed/gitea/templates/app.ini @@ -33,8 +33,8 @@ LFS_CONTENT_PATH = /srv/gitea/lib/data/lfs LFS_JWT_SECRET = %%gitea_lfs_jwt_secret OFFLINE_MODE = true PROTOCOL = https -CERT_FILE = %%revprox_cert_file -KEY_FILE = %%revprox_key_file +CERT_FILE = %%revprox_client_cert_file +KEY_FILE = %%revprox_client_key_file [mailer] ENABLED = true