linux:install_nginx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:install_nginx [2020/08/31 06:30] – external edit 127.0.0.1 | linux:install_nginx [2022/11/23 16:37] (current) – bstafford | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| For CentOS 6.6 I resorted to disabling SELinux as I couldn' | For CentOS 6.6 I resorted to disabling SELinux as I couldn' | ||
| + | ===== SSL ===== | ||
| + | In order to get https:// | ||
| + | < | ||
| =====Configure Repository===== | =====Configure Repository===== | ||
| < | < | ||
| Line 94: | Line 97: | ||
| } | } | ||
| }</ | }</ | ||
| + | ===== Strong TLS ===== | ||
| + | < | ||
| + | ''/ | ||
| + | < | ||
| + | ssl_prefer_server_ciphers on; | ||
| + | |||
| + | ssl_dhparam / | ||
| + | ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512: | ||
| + | #: | ||
| + | |||
| + | ssl_ecdh_curve secp384r1; # Requires nginx >= 1.1.0</ | ||
linux/install_nginx.1598855443.txt.gz · Last modified: (external edit)
