summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-01 22:27:52 +0800
committerUnknwon <u@gogs.io>2016-07-01 22:27:52 +0800
commit6f6b37f148428eb83cbefdf84253ab7f412e2537 (patch)
tree98337aa159d64a35cf7c2e9bf278486ec634211c /conf
parent99c3a9390fefd3990d9f3edc63310bbae72d0cab (diff)
downloadgitea-6f6b37f148428eb83cbefdf84253ab7f412e2537.tar.gz
gitea-6f6b37f148428eb83cbefdf84253ab7f412e2537.zip
#3078 update default app.ini
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 715d961d1f..d0a525436e 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -58,7 +58,7 @@ HTTP_PORT = 3000
; Local (DMZ) URL for Gogs workers (such as SSH update) accessing web service.
; In most cases you do not need to change the default value.
; Alter it only if your SSH server node is not the same as HTTP node.
-LOCAL_ROOT_URL = http://localhost:%(HTTP_PORT)s/
+LOCAL_ROOT_URL = %(PROTOCOL)s://localhost:%(HTTP_PORT)s/
; Disable SSH feature when not available
DISABLE_SSH = false
; Whether use builtin SSH server or not.