Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-server/src/main/config/modules/http.mod')
-rw-r--r--jetty-server/src/main/config/modules/http.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-server/src/main/config/modules/http.mod b/jetty-server/src/main/config/modules/http.mod
index e5e923a6c3..7588ce291e 100644
--- a/jetty-server/src/main/config/modules/http.mod
+++ b/jetty-server/src/main/config/modules/http.mod
@@ -8,6 +8,6 @@ server
[xml]
etc/jetty-http.xml
-[ini]
+[ini-template]
jetty.port=8080
-http.timeout=30000 \ No newline at end of file
+http.timeout=30000

Back to the top