diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index bfa13430c7f3feca8cb5f35b124e162151bb3dfb..253a3ffa46958228916e0ffca4052cf1e97767f8 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -23,15 +23,8 @@
 [general]
 enabled = no
 ;webenabled = yes
-port = 5038
-
-;httptimeout = 60
-; a) httptimeout sets the Max-Age of the http cookie
-; b) httptimeout is the amount of time the webserver waits
-;    on a action=waitevent request (actually its httptimeout-10)
-; c) httptimeout is also the amount of time the webserver keeps
-;    a http session alive after completing a successful action
 
+port = 5038
 bindaddr = 0.0.0.0
 
 ; Parameters that control AMI over TLS. ("enabled" must be set too).
@@ -69,6 +62,15 @@ bindaddr = 0.0.0.0
 
 ; debug = on	; enable some debugging info in AMI messages (default off).
 		; Also accessible through the "manager debug" CLI command.
+
+;httptimeout = 60
+; a) httptimeout sets the Max-Age of the http cookie
+; b) httptimeout is the amount of time the webserver waits
+;    on a action=waitevent request (actually its httptimeout-10)
+; c) httptimeout is also the amount of time the webserver keeps
+;    a http session alive after completing a successful action
+
+
 ;[mark]
 ;secret = mysecret
 ;deny=0.0.0.0/0.0.0.0