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
linux:install_nginx [2022/11/23 12:49] – external edit 127.0.0.1linux: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.1669207782.txt.gz · Last modified: by 127.0.0.1