We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1287a commit 1e7cfc6Copy full SHA for 1e7cfc6
install-confluence.sh
@@ -21,7 +21,8 @@ confluence_db=confluence_db
21
#Default location: certificate key file: /etc/pki/tls/private/your_private_key_file.key"
22
ssl_crt="localhost.crt"
23
ssl_key="localhost.key"
24
-server_add="youraddress.com"
+#to access from outside change this to public address. e.g. confluence.yourdomain.com
25
+server_add="localhost"
26
http_port="8090"
27
control_port="8000"
28
#Confluence server version that you want to install.
0 commit comments