1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Revert "Use box as domain, put gitea_url (default: /gitea) in ROOT_URL"

This reverts commit d5af5e27e1.
This commit is contained in:
Aidan Fitzgerald 2019-03-06 23:06:31 -05:00
parent d5af5e27e1
commit 1076827b43

View file

@ -118,8 +118,8 @@ FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
[server] [server]
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'. ; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http PROTOCOL = http
DOMAIN = box DOMAIN = localhost
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s{{ gitea_url }}/ ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
; The address to listen on. Either a IPv4/IPv6 address or the path to a unix socket. ; The address to listen on. Either a IPv4/IPv6 address or the path to a unix socket.
HTTP_ADDR = 0.0.0.0 HTTP_ADDR = 0.0.0.0
HTTP_PORT = {{ gitea_port }} HTTP_PORT = {{ gitea_port }}