From 9f4580578bdb422a6ae78deeb64b7b1469f27102 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 18 Dec 2024 15:17:30 -0500 Subject: [PATCH] update PHP --- Nginx/Server Blocks/libraryofcode.org.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Nginx/Server Blocks/libraryofcode.org.conf b/Nginx/Server Blocks/libraryofcode.org.conf index 7bb0fb3..8a622c5 100644 --- a/Nginx/Server Blocks/libraryofcode.org.conf +++ b/Nginx/Server Blocks/libraryofcode.org.conf @@ -7,6 +7,7 @@ server { ssl_certificate_key /etc/ssl/private/ov.key.pem; root /var/www/wordpress; + include /var/www/wordpress/hidemywpghost.conf; index index.php; location / {