New server: Install & configuration of services (Part III)
Part 3 of a server setup series, detailing the installation and performance configuration of services like Nginx for a development environment.
Part 3 of a server setup series, detailing the installation and performance configuration of services like Nginx for a development environment.
A guide on using the Prerender service to improve SEO for React apps by serving pre-rendered HTML to search engine bots.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
Explains how to configure NGINX as a reverse proxy for a Django application, breaking down the config file line-by-line.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.
A guide to deploying an outdated Django 1.7 project using Docker, UWSGI, and NGINX for a server migration.
A beginner-friendly guide to deploying a Django web application to a live server, focusing on minimal new tools and incremental learning.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
Connecting a Django Shiv application to Nginx to complete the deployment process for a SaaS project.
Connecting a Django Shiv app using Ansible, covering file permissions and settings configuration for deployment.
A guide to using Let's Encrypt for free, trusted TLS certificates, including setup with Nginx and comparisons to paid alternatives.
How to apply a secondary SSL certificate for the www. subdomain on a Laravel Forge site to prevent browser security errors.
A technical guide on enabling Gzip compression on Nginx servers to improve website loading speed and address Google PageSpeed warnings.
Laravel Forge introduces Global Recipes and a fix for a breaking Nginx update that caused PHP white screens on servers.
A guide on using Heroku's PHP buildpack locally to create a development environment that mirrors a Laravel app's Nginx setup on Heroku.
A tutorial on using Laravel Forge to password-protect a folder or entire site on an Nginx server by editing the config file.