Add tests for nginx.conf directives #1
9
app.ini
9
app.ini
@ -21,12 +21,13 @@ ROOT = /var/lib/gitea/data/gitea-repositories
|
||||
|
||||
[server]
|
||||
; SSH_DOMAIN = localhost
|
||||
; SSH_DOMAIN = git.miti.sh
|
||||
; DOMAIN = localhost
|
||||
; DOMAIN = git.miti.sh
|
||||
DOMAIN = git.miti.sh
|
||||
; HTTP_PORT = 3000
|
||||
; ROOT_URL = http://localhost:3000/
|
||||
ROOT_URL = https://git.miti.sh:3000
|
||||
PROTOCOL = unix
|
||||
ROOT_URL = https://git.miti.sh/
|
||||
HTTP_ADDR = /run/gitea/gitea.socket
|
||||
LOCAL_ROOT_URL =
|
||||
APP_DATA_PATH = /var/lib/gitea/data
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 22
|
||||
|
Loading…
x
Reference in New Issue
Block a user