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 / {