classes:install_confluence_671_bin
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| classes:install_confluence_671_bin [2018/02/14 13:20] – [Install Confluence 6.7.1 from Binary Installer] curry_searle | classes:install_confluence_671_bin [2018/03/02 09:31] (current) – [Install Confluence 6.7.1 from Binary Installer] curry_searle | ||
|---|---|---|---|
| Line 133: | Line 133: | ||
| ssl_certificate / | ssl_certificate / | ||
| ssl_certificate_key / | ssl_certificate_key / | ||
| + | </ | ||
| + | |||
| + | Edit ''/ | ||
| + | < | ||
| + | sudo vi / | ||
| + | </ | ||
| + | to include the following: | ||
| + | < | ||
| + | # from https:// | ||
| + | # and https:// | ||
| + | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | ||
| + | ssl_prefer_server_ciphers on; | ||
| + | ssl_ciphers " | ||
| + | ssl_ecdh_curve secp384r1; | ||
| + | ssl_session_cache shared: | ||
| + | ssl_session_tickets off; | ||
| + | ssl_stapling on; | ||
| + | ssl_stapling_verify on; | ||
| + | resolver 8.8.8.8 8.8.4.4 valid=300s; | ||
| + | resolver_timeout 5s; | ||
| + | # Disable preloading HSTS for now. You can use the commented out header line that includes | ||
| + | # the " | ||
| + | #add_header Strict-Transport-Security " | ||
| + | add_header Strict-Transport-Security " | ||
| + | add_header X-Frame-Options DENY; | ||
| + | add_header X-Content-Type-Options nosniff; | ||
| + | |||
| + | ssl_dhparam / | ||
| </ | </ | ||
| Line 140: | Line 168: | ||
| </ | </ | ||
| - | Edit ''/ | + | Edit ''/ |
| + | < | ||
| + | sudo vi / | ||
| + | </ | ||
| + | to include the following text, adjusted to match your DNS hostname: | ||
| < | < | ||
| server { | server { | ||
| Line 169: | Line 201: | ||
| ===Configure Confluence to Recognize the Proxy=== | ===Configure Confluence to Recognize the Proxy=== | ||
| - | Edit the '' | + | Backup and edit the '' |
| < | < | ||
| + | sudo cp / | ||
| sudo vi / | sudo vi / | ||
| </ | </ | ||
classes/install_confluence_671_bin.1518643216.txt.gz · Last modified: by curry_searle
