Skip to content

Commit 103745c

Browse files
authored
Update app.ini.sample
1 parent de2e0b0 commit 103745c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

custom/conf/app.ini.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ DISABLE_ROUTER_LOG = false
282282
; not forget to export the private key):
283283
; $ openssl pkcs12 -in cert.pfx -out cert.pem -nokeys
284284
; $ openssl pkcs12 -in cert.pfx -out key.pem -nocerts -nodes
285-
CERT_FILE = custom/https/cert.pem
286-
KEY_FILE = custom/https/key.pem
285+
; Relative paths will be made absolute against the CUSTOM_PATH
286+
CERT_FILE = https/cert.pem
287+
KEY_FILE = https/key.pem
287288
; Root directory containing templates and static files.
288289
; default is the path where Gitea is executed
289290
STATIC_ROOT_PATH =

0 commit comments

Comments
 (0)