Ubuntu / Wordpress

Enable Secure SSL with HTTP2 support in NGINX for WordPress

Following my previous blog to generate a wildcard SSL Certificate from Let’s Encrypt for *.aventistech.com su – Password: cd /etc/letsencrypt/live/aventistech.com/ ls #You should see the following SSL Cert README cert.pem chain.pem fullchain.pem privkey.pem #Create a SSL Directory for Nginx and Copy fullchain.pem & privkey.pem mkdir /etc/nginx/ssl cp /etc/letsencrypt/live/aventistech.com/fullchain.pem /etc/nginx/ssl/fullchain.pem cp /etc/letsencrypt/live/aventistech.com/privkey.pem /etc/nginx/ssl/privkey.pem Enable SSL with …

Enable Secure SSL with HTTP2 support in NGINX for WordPress Read More »

Syntax Highlighting with Prismjs in WordPress

Select the language in https://prismjs.com/download.html and download the prism.css & prism.js I’m using GeneratePress Child Theme, and i had manually create css & js directory in generatepress_child /var/www/html/wordpress/wp-content/themes# ls generatepress* generatepress: 404.php content-link.php content-single.php footer.php inc no-results.php rtl.css search.php single.php archive.php content-page.php css functions.php index.php page.php screenshot.png sidebar-left.php style.css comments.php content.php fonts header.php js readme.txt …

Syntax Highlighting with Prismjs in WordPress Read More »

Scroll to Top