mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Use box as domain, put gitea_url (default: /gitea) in ROOT_URL
This commit is contained in:
parent
5f6f2081e8
commit
d5af5e27e1
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
|
|||
[server]
|
||||
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
|
||||
PROTOCOL = http
|
||||
DOMAIN = localhost
|
||||
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
|
||||
DOMAIN = box
|
||||
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s{{ gitea_url }}/
|
||||
; The address to listen on. Either a IPv4/IPv6 address or the path to a unix socket.
|
||||
HTTP_ADDR = 0.0.0.0
|
||||
HTTP_PORT = {{ gitea_port }}
|
||||
|
|
Loading…
Reference in a new issue