Browse Source

Listen for git daemon and fanout clients on all intefaces, by default

tags/v1.4.0
James Moger 10 years ago
parent
commit
d6ccf989ab
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/distrib/data/gitblit.properties

+ 2
- 2
src/main/distrib/data/gitblit.properties View File

@@ -83,7 +83,7 @@ git.submoduleUrlPatterns = .*?://github.com/(.*)
#
# SINCE 1.3.0
# RESTART REQUIRED
git.daemonBindInterface = localhost
git.daemonBindInterface =
# port for serving the Git Daemon service. <= 0 disables this service.
# On Unix/Linux systems, ports < 1024 require root permissions.
@@ -598,7 +598,7 @@ groovy.customFields =
#
# SINCE 1.2.1
# RESTART REQUIRED
fanout.bindInterface = localhost
fanout.bindInterface =
# port for serving the Fanout PubSub service. <= 0 disables this service.
# On Unix/Linux systems, ports < 1024 require root permissions.

Loading…
Cancel
Save