From 0633f6113f4f61c63817bba9a9662d71906105fb Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 14 Sep 2019 18:32:09 +0530 Subject: [PATCH] The SSH and Web servers are on different IP addresses now --- gitea/conf/conf.ini.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/conf/conf.ini.tpl b/gitea/conf/conf.ini.tpl index f3f1a18..b777b9c 100644 --- a/gitea/conf/conf.ini.tpl +++ b/gitea/conf/conf.ini.tpl @@ -62,7 +62,7 @@ DSA = 1024 [server] APP_DATA_PATH = /data/gitea -SSH_DOMAIN = git.captnemo.in +SSH_DOMAIN = code.captnemo.in HTTP_PORT = 3000 ROOT_URL = https://git.captnemo.in/ DISABLE_SSH = false