From 13ab525ad51e66a84f285307597b5567bccf1dc7 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 20 Dec 2024 15:34:15 -0500 Subject: [PATCH] temporary reversion --- Nginx/Server Blocks/libraryofcode.org.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Nginx/Server Blocks/libraryofcode.org.conf b/Nginx/Server Blocks/libraryofcode.org.conf index c35eea2..2c7a6cc 100644 --- a/Nginx/Server Blocks/libraryofcode.org.conf +++ b/Nginx/Server Blocks/libraryofcode.org.conf @@ -3,10 +3,10 @@ server { listen [::]:443 ssl http2 default_server; server_name www.libraryofcode.org; - #ssl_certificate /etc/ssl/private/ov.chain.crt; - #ssl_certificate_key /etc/ssl/private/ov.key.pem; - ssl_certificate /etc/nginx/ssl/org.chain.crt; - ssl_certificate_key /etc/nginx/ssl/org.key.pem; + ssl_certificate /etc/ssl/private/ev.chain.crt; + ssl_certificate_key /etc/ssl/private/ev.key.pem; + #ssl_certificate /etc/nginx/ssl/org.chain.crt; + #ssl_certificate_key /etc/nginx/ssl/org.key.pem; root /var/www/wordpress; include /var/www/wordpress/hidemywpghost.conf;