User Tools

Site Tools


linux:install_nginx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:install_nginx [2020/09/28 15:03] bstaffordlinux: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't get the reverse proxy working with SELinux enabled For CentOS 6.6 I resorted to disabling SELinux as I couldn't get the reverse proxy working with SELinux enabled
  
 +===== SSL =====
 +In order to get https://internet.nl/ to give this site a clean bill of health, I had to regenerate the DH Param file.
 +<code>openssl genpkey -genparam -algorithm DH -pkeyopt dh_param:ffdhe4096 -out /etc/nginx/certs/cersdhparam.pem</code>
 =====Configure Repository===== =====Configure Repository=====
 <code>cat << EOF > /etc/yum.repos.d/nginx.repo <code>cat << EOF > /etc/yum.repos.d/nginx.repo
linux/install_nginx.1601305421.txt.gz · Last modified: (external edit)