We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2e0b0 commit 103745cCopy full SHA for 103745c
custom/conf/app.ini.sample
@@ -282,8 +282,9 @@ DISABLE_ROUTER_LOG = false
282
; not forget to export the private key):
283
; $ openssl pkcs12 -in cert.pfx -out cert.pem -nokeys
284
; $ openssl pkcs12 -in cert.pfx -out key.pem -nocerts -nodes
285
-CERT_FILE = custom/https/cert.pem
286
-KEY_FILE = custom/https/key.pem
+; Relative paths will be made absolute against the CUSTOM_PATH
+CERT_FILE = https/cert.pem
287
+KEY_FILE = https/key.pem
288
; Root directory containing templates and static files.
289
; default is the path where Gitea is executed
290
STATIC_ROOT_PATH =
0 commit comments