diff --git a/htroot/Settings_ServerAccess.inc b/htroot/Settings_ServerAccess.inc index 82c004cd7..9e253014e 100644 --- a/htroot/Settings_ServerAccess.inc +++ b/htroot/Settings_ServerAccess.inc @@ -15,23 +15,6 @@ IPAccessHandler docu. -
Server port: | -- | This is the main port for all http communication. A change requires a restart. | ++ | This is the main port for all http communication (default is 8090). A change requires a restart. |
Server ssl port: | -- | This is the port to connect via https. A change requires a restart. | ++ | This is the port to connect via https (default is 8443). A change requires a restart. |
Shutdown port: | -- | This is the local port on the loopback address (127.0.0.1 or :1) to listen for a shutdown signal to stop the YaCy server (-1 disables the shutdown port).A change requires a restart. | ++ | This is the local port on the loopback address (127.0.0.1 or :1) to listen for a shutdown signal to stop the YaCy server (-1 disables the shutdown port, recommended default is 8005). A change requires a restart. |