|
102 | 102 | "_section": "ContestWebServer", |
103 | 103 |
|
104 | 104 | "_help": "Listening HTTP addresses and ports for the CWSs listed above", |
105 | | - "_help": "in core_services. If you access them through a proxy (acting", |
106 | | - "_help": "as a load balancer) running on the same host you could put", |
107 | | - "_help": "127.0.0.1 here for additional security.", |
108 | | - "contest_listen_address": [""], |
| 105 | + "_help": "in core_services. By default only listens on localhost, meaning", |
| 106 | + "_help": "you need a separate reverse proxy to access it from the web.", |
| 107 | + "_help": "Set to empty string to allow connecting from anywhere.", |
| 108 | + "contest_listen_address": ["127.0.0.1"], |
109 | 109 | "contest_listen_port": [8888], |
110 | 110 |
|
111 | 111 | "_help": "Login cookie duration in seconds. The duration is refreshed", |
|
139 | 139 |
|
140 | 140 | "_section": "AdminWebServer", |
141 | 141 |
|
142 | | - "_help": "Listening HTTP address and port for the AWS. If you access", |
143 | | - "_help": "it through a proxy running on the same host you could put", |
144 | | - "_help": "127.0.0.1 here for additional security.", |
145 | | - "admin_listen_address": "0.0.0.0", |
| 142 | + "_help": "Listening HTTP address and port for the AWS. By default only", |
| 143 | + "_help": "listens on localhost, meaning you need a separate reverse proxy", |
| 144 | + "_help": "to access it from the web. Set to empty string to allow", |
| 145 | + "_help": "connecting from anywhere.", |
| 146 | + "admin_listen_address": "127.0.0.1", |
146 | 147 | "admin_listen_port": 8889, |
147 | 148 |
|
148 | 149 | "_help": "Login cookie duration for admins in seconds.", |
|
0 commit comments