gitea: use https in urls

This commit is contained in:
dogeystamp 2022-11-20 21:35:37 -05:00
parent 548a8f2e81
commit 10fa1168a3
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -268,7 +268,7 @@ FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http
DOMAIN = {{ server_blocks.gitea.domain }}
ROOT_URL = http://{{ server_blocks.gitea.domain }}{{ nginx_services.gitea.path }}
ROOT_URL = https://{{ server_blocks.gitea.domain }}{{ nginx_services.gitea.path }}
; when STATIC_URL_PREFIX is empty it will follow ROOT_URL
STATIC_URL_PREFIX =
; The address to listen on. Either a IPv4/IPv6 address or the path to a unix socket.