You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1044,6 +1044,7 @@ _Note: You can customize the port on which beanstalkd console is listening by ch
1044
1044
1045
1045
<br>
1046
1046
<a name="Use-Confluence"></a>
1047
+
1047
1048
## Use Confluence
1048
1049
1049
1050
1 - Run the Confluence Container (`confluence`) with the `docker-compose up` command. Example:
@@ -1058,6 +1059,15 @@ docker-compose up -d confluence
1058
1059
1059
1060
You can set custom confluence version in `CONFLUENCE_VERSION`. [Find more info in section 'Versioning'](https://hub.docker.com/r/atlassian/confluence-server/)
1060
1061
1062
+
1063
+
##### Confluence usage with Nginx and SSL.
1064
+
1065
+
1. Find an instance configuration file in `nginx/sites/confluence.conf.example` and replace sample domain with yours.
1066
+
1067
+
2. Configure ssl keys to your domain.
1068
+
1069
+
Keep in mind that Confluence is still accessible on 8090 anyway.
0 commit comments