fix pagebuilder service
This commit is contained in:
@@ -305,6 +305,18 @@
|
||||
"external_proxy_host": "127.0.0.1", // IP address or hostname of proxy
|
||||
"external_proxy_port": 1080, // Port of proxy
|
||||
"flags": "0x00000001"
|
||||
},
|
||||
"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)
|
||||
"servicevault_dir": "http_pb", // The service vault dir for the PC Services for PageBuilder
|
||||
"service_vaults": ["PageBuilderVault"], // override 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
|
||||
"show_verbose_errors": false, // extra debugging
|
||||
"allow_https": false, // for future use with LetsEncrypt
|
||||
"force_https": false // for future use with LetsEncrypt
|
||||
},
|
||||
"pc_services": {
|
||||
// PC Services
|
||||
|
||||
Reference in New Issue
Block a user