temporary reversion

master
Matthew 2024-12-19 23:05:07 -05:00
parent e572944269
commit 9dc5a56bf5
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,10 @@ server {
listen [::]:443 ssl http2 default_server; listen [::]:443 ssl http2 default_server;
server_name www.libraryofcode.org; server_name www.libraryofcode.org;
ssl_certificate /etc/ssl/private/ov.chain.crt; #ssl_certificate /etc/ssl/private/ov.chain.crt;
ssl_certificate_key /etc/ssl/private/ov.key.pem; #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;
root /var/www/wordpress; root /var/www/wordpress;
include /var/www/wordpress/hidemywpghost.conf; include /var/www/wordpress/hidemywpghost.conf;