]> source.dussan.org Git - gitblit.git/commitdiff
Refine web.canonicalUrl documentation 21/121/2
authorKyle Gottfried <kgottfried@eotech.com>
Mon, 23 Jun 2014 19:07:50 +0000 (15:07 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 1 Jul 2014 13:25:23 +0000 (09:25 -0400)
src/main/distrib/data/gitblit.properties

index 65fe41e5b3eec2f2947eea3f06598071c0a59698..d8ddc28515fb422781cba237e5d9362056f1a594 100644 (file)
@@ -844,8 +844,18 @@ realm.minPasswordLength = 5
 # SINCE 0.5.0\r
 web.siteName =\r
 \r
-# The canonical url of your Gitblit server to bs used in email notifications.\r
-# e.g. web.canonicalUrl = https://demo-gitblit.rhcloud.com\r
+# The canonical url of your Gitblit server to be used in repository url generation,\r
+# RSS feeds, and all embedded links in email and plugin-based notifications.\r
+#\r
+# If you are running Gitblit on a non-standard http port (i.e. not 80 and not 443)\r
+# then you must specify that port in this url otherwise your generated urls will be\r
+# incorrect.\r
+#\r
+# The hostname of this url will be extracted for SSH and GIT protocol repository\r
+# url generation.\r
+#\r
+# e.g. web.canonicalUrl = https://dev.gitblit.com\r
+#      web.canonicalUrl = https://dev.gitblit.com:8443\r
 #\r
 # SINCE 1.4.0\r
 web.canonicalUrl = \r