Skip to content

Commit cd61ce8

Browse files
committed
Sample config: Whitespace cleanup
1 parent 2217e81 commit cd61ce8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/cms.sample.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,18 @@ docs_path = "/usr/share/cms/docs"
9494
##################
9595
# AdminWebServer #
9696
##################
97+
9798
# Listening HTTP address and port for the AWS. By default only
9899
# listens on localhost, meaning you need a separate reverse proxy
99100
# to access it from the web. Set to empty string to allow
100101
# connecting from anywhere.
101102
admin_listen_address = "127.0.0.1"
102103
admin_listen_port = 8889
103104

104-
105105
# Login cookie duration for admins in seconds.
106106
# The duration is refreshed on every manual request.
107107
admin_cookie_duration = 36000
108108

109-
110109
# The number of proxies that will be crossed before AWS gets
111110
# the request. This is used to determine the request's real
112111
# source IP address. For example, if you're using nginx as

0 commit comments

Comments
 (0)