Skip to content

Commit c0643a8

Browse files
Update server.properties.in (#8509)
Grammar and link corrections.
1 parent 94c8b1d commit c0643a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

client/conf/server.properties.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ http.port=8080
2929
# Max inactivity time in minutes for the session
3030
session.timeout=30
3131

32-
# Max allowed API request payload / content size in bytes
32+
# Max allowed API request payload/content size in bytes
3333
request.content.size=1048576
3434

35-
# Options to configure and enable HTTPS on management server
35+
# Options to configure and enable HTTPS on the management server
3636
#
37-
# For management server to pickup these configuration settings, the configured
38-
# keystore file should exists and be readable by the management server.
37+
# For the management server to pick up these configuration settings, the configured
38+
# keystore file should exist and be readable by the management server.
3939
https.enable=false
4040
https.port=8443
4141

4242
# The keystore and manager passwords are assumed to be same.
4343
https.keystore=/etc/cloudstack/management/cloud.jks
44-
# If you want to encrypt the password follow the steps mentioned at:
45-
# http://docs.cloudstack.apache.org/projects/archived-cloudstack-administration/en/latest/management.html?highlight=jasypt#changing-the-database-password
44+
# If you want to encrypt the password itself, follow the steps mentioned at:
45+
http://docs.cloudstack.apache.org/en/latest/adminguide/management.html?highlight=jasypt#changing-the-database-password
4646
https.keystore.password=vmops.com
47-
# If an encrypted password is used, specify the encryption type - valid types: file, env (set environment variable CLOUD_SECRET_KEY), web
47+
# If an encrypted password is used, specify the encryption type. Valid types: file, web, env (set environment variable CLOUD_SECRET_KEY)
4848
# password.encryption.type=none
4949

5050
# The path to webapp directory

0 commit comments

Comments
 (0)