Nginx
Tuesday, July 29, 2025Deploy Laravel application with Nginx
LaravelNginx

This guide demonstrates how to deploy a Laravel application with Nginx by configuring the server, resolving common permission issues, running database migrations, and ensuring the application is accessible.

Tuesday, July 1, 2025Setup HTTPS with Let's Encrypt, Nginx and Certbot Auto-Renewal
Let's EncryptNginx

This guide provides step-by-step instructions for enabling HTTPS with Let's Encrypt and Nginx, from installing Certbot and updating server settings to applying SSL certificates and configuring automated renewals.

Saturday, June 21, 2025Deploy Ionic + Vue application with Nginx
IonicVue.jsNginx

This guide provides step-by-step instructions for deploying an Ionic + Vue application using Nginx, from preparing the project build and configuring the server to enable the site and confirming the deployment.

Friday, June 20, 2025Deploy Nuxt 3 static site with Nginx
NuxtNginx

This guide explains how to deploy a Nuxt 3 static site with Nginx, starting with turning off the server-side rendering and generating the static files, configuring Nginx to serve the build output, and verifying the deployment on the server.

Friday, June 20, 2025How to install Nginx
Nginx

This guide explains how to install and configure Nginx on Ubuntu, including updating system packages, installing Nginx via the package manager, verifying the service status, enabling Nginx to start automatically on boot, and confirming the installation through the default landing page.

1 of 2