This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch ap-server-properties-text-update in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit cfb6639c92663ac121c3e40a6f021046e738aa87 Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Mon Jan 15 10:48:30 2024 +0100 Update server.properties.in Grammar and link corrections. --- client/conf/server.properties.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/conf/server.properties.in b/client/conf/server.properties.in index 9fb777f1e21..57d81c81217 100644 --- a/client/conf/server.properties.in +++ b/client/conf/server.properties.in @@ -29,22 +29,22 @@ http.port=8080 # Max inactivity time in minutes for the session session.timeout=30 -# Max allowed API request payload / content size in bytes +# Max allowed API request payload/content size in bytes request.content.size=1048576 -# Options to configure and enable HTTPS on management server +# Options to configure and enable HTTPS on the management server # -# For management server to pickup these configuration settings, the configured -# keystore file should exists and be readable by the management server. +# For the management server to pick up these configuration settings, the configured +# keystore file should exist and be readable by the management server. https.enable=false https.port=8443 # The keystore and manager passwords are assumed to be same. https.keystore=/etc/cloudstack/management/cloud.jks -# If you want to encrypt the password follow the steps mentioned at: -# http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/en/latest/management.html?highlight=jasypt#changing-the-database-password +# If you want to encrypt the password itself, follow the steps mentioned at: +http://docs.cloudstack.apache.org/en/latest/adminguide/management.html?highlight=jasypt#changing-the-database-password https.keystore.password=vmops.com -# If an encrypted password is used, specify the encryption type - valid types: file, env (set environment variable CLOUD_SECRET_KEY), web +# If an encrypted password is used, specify the encryption type. Valid types: file, web, env (set environment variable CLOUD_SECRET_KEY) # password.encryption.type=none # The path to webapp directory