Nginx
Tuesday, September 30, 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.

Monday, September 22, 2025Deploy NextJS 15 with Node and Nginx
Next.jsPM2.IONginx

This guide explains how to deploy a NextJS application using Node.js and Nginx. It covers building the application, resolving port conflicts, managing the Node.js process with PM2, creating a new Nginx site configuration, and verifying if the deployment is working correctly.

Tuesday, September 16, 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.

Sunday, September 7, 2025Deploy Nuxt 3 with Node and Nginx
NuxtPM2.IONginx

This guide explains how to deploy a Nuxt 3 application using Node.js and Nginx. It covers building the application, resolving dependency issues, managing the Node.js process with PM2, updating the default Nginx site configuration, and verifying if the deployment is working correctly.

Wednesday, September 3, 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.

1 of 2