summaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-10-27 11:05:11 -0400
committerJames Moger <james.moger@gitblit.com>2013-10-27 11:05:11 -0400
commit9c7bb3d377a0637ff034be407cb9c03c606647a9 (patch)
tree544a3924183b75d62c5b852736008a79600d0b49 /src/site
parentaae137d5da475ec72f271811a848d426f05c1b8e (diff)
downloadgitblit-9c7bb3d377a0637ff034be407cb9c03c606647a9.tar.gz
gitblit-9c7bb3d377a0637ff034be407cb9c03c606647a9.zip
Add setting to automatically redirect http requests to the https port
Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f
Diffstat (limited to 'src/site')
-rw-r--r--src/site/setup_go.mkd3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd
index 839fd2c8..5d422fad 100644
--- a/src/site/setup_go.mkd
+++ b/src/site/setup_go.mkd
@@ -5,8 +5,7 @@
2. The server itself is configured through a simple text file.
Open `data/gitblit.properties` in your favorite text editor and make sure to review and set:
- *server.httpPort* and *server.httpsPort*
- - *server.httpBindInterface* and *server.httpsBindInterface*
- - *server.storePassword*
+ - *server.storePassword*
**https** is strongly recommended because passwords are insecurely transmitted form your browser/git client using Basic authentication!
- *git.packedGitLimit* (set larger than the size of your largest repository)
- *git.streamFileThreshold* (set larger than the size of your largest committed file)