File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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.
101102admin_listen_address = " 127.0.0.1"
102103admin_listen_port = 8889
103104
104-
105105# Login cookie duration for admins in seconds.
106106# The duration is refreshed on every manual request.
107107admin_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
You can’t perform that action at this time.
0 commit comments