Skip to content

Commit 1e7cfc6

Browse files
authored
server add updated to localhost
1 parent cc1287a commit 1e7cfc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-confluence.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ confluence_db=confluence_db
2121
#Default location: certificate key file: /etc/pki/tls/private/your_private_key_file.key"
2222
ssl_crt="localhost.crt"
2323
ssl_key="localhost.key"
24-
server_add="youraddress.com"
24+
#to access from outside change this to public address. e.g. confluence.yourdomain.com
25+
server_add="localhost"
2526
http_port="8090"
2627
control_port="8000"
2728
#Confluence server version that you want to install.

0 commit comments

Comments
 (0)