gitea: use https in urls
This commit is contained in:
parent
548a8f2e81
commit
10fa1168a3
@ -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.
|
||||
|
Reference in New Issue
Block a user