Add tests for nginx.conf directives #1

Merged
ccm merged 26 commits from ccm-test-nginx-directives into trunk 2025-06-14 21:54:22 +00:00
Showing only changes of commit c0162f210e - Show all commits

View File

@ -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