move 'hide_minisrv_version' from services to config

This commit is contained in:
zefie
2026-04-30 02:15:58 -04:00
parent c1d730dffa
commit 20357809a7
2 changed files with 5 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
"post_data_socket_timeout": 30, // How long until we give up waiting for data from the client in a POST transfer. Too little and POSTs will fail when dialup retrains. Too much and the server may stall waiting.
"error_log_file": "errors.log", // Where to write errors to disk
"catchall_file_name": "catchall.js", // default catchall filename
"hide_incomplete_features": true, // this is barely used and being phase out. leave it unchanged.
"hide_minisrv_version": true, // hide or show the minisrv version (eg like Apache version, can be hidden to hide known exploits for older version)
"enable_lzpf_compression": true, // Toggle LZPF (old classic) compression. Best left unchanged.
"enable_gzip_compression": true, // Toggle GZIP (all other boxes) compression. Best left unchanged.
"show_detailed_splash": true, // Shows the service name, server version, and user connect speed on the splash page
@@ -435,8 +435,7 @@
"pb_services": {
// PC Services for PageBuilder
"port": 1697,
"pc_services": true, // defines service as a PC service
"hide_minisrv_version": true, // hide or show the minisrv version (eg like Apache version, can be hidden to hide known exploits for older version)
"pc_services": true, // defines service as a PC service
"servicevault_dir": "http_pb", // The service vault dir for the PC Services for PageBuilder
"service_vaults": [ "PageBuilderVault" ], // additional service vaults for this service
"drop_connection_on_wrong_port": true, // If true, resets connection if the PC browser connects to a port that is not PC Services enabled
@@ -455,7 +454,6 @@
// PC Services
"port": 1699,
"pc_services": true, // defines service as a PC service
"hide_minisrv_version": true, // hide or show the minisrv version (eg like Apache version, can be hidden to hide known exploits for older version)
"disabled": true, // disabled by default, set disabled: false in user_config.json for this service to enable.
"servicevault_dir": "http_pc", // The service vault dir for the PC Services
"drop_connection_on_wrong_port": false, // If true, resets connection if the PC browser connects to a port that is not PC Services enabled