src/main/java/com/gitblit/GitBlit.java
@@ -3772,6 +3772,10 @@ } } // disable Git daemon on Express - we can't bind 9418 and we // can't port-forward to the daemon webxmlSettings.overrideSetting(Keys.git.daemonPort, 0); // configure context using the web.xml configureContext(webxmlSettings, base, true); } else {