diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-05-10 13:49:46 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-05-10 13:49:46 +0200 |
| commit | 7095446ad34962ccbca54fd06f2d57f12248bada (patch) | |
| tree | 9e9b08e35d372e91fb3800d85ebec23d101fb13b /htroot/ConfigBasic.html | |
| parent | e6c8b545c230b839c611b98903ac174c1e83397e (diff) | |
added checkbox (near port) to switch on ssl support (https access) to
the admin interface.
Diffstat (limited to 'htroot/ConfigBasic.html')
| -rw-r--r-- | htroot/ConfigBasic.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 6ae0ab39b..dacc4fd97 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -92,7 +92,8 @@ <dl> <dt><label for="port">Peer Port: </label></dt> <dd> - <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" /> + <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" /> + <input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled) </dd> #(upnp)#::<dt> <label for="enableUpnp">Configure your router for YaCy: </label> @@ -124,7 +125,7 @@ <!-- [3]: port not proper --> <p>You did not open a port in your firewall or your router does not forward the server port to your peer. This is needed if you want to fully participate in the YaCy network. You can also use your peer without opening it, but this is not recomended.</p>:: <!-- [4]: reconnect to different port --> - <p>The peer port was changed successfully. Your browser will be redirected to the new <a href="#(sslSupport)#http::https#(/sslSupport)#://#[host]#:#[port]#/ConfigBasic.html">location</a> in 10 seconds.</p> + <p>The peer port was changed successfully. Your browser will be redirected to the new <a href="#(sslSupport)#http::https#(/sslSupport)#://#[host]#:#[port]#/ConfigBasic.html">location</a> in 5 seconds.</p> #(/nextStep)# #%env/templates/footer.template%# </body> |
