Minimal Nginx Config Generator

Let's be real: setting up a new site on aaPanel and then having to manually tweak the Nginx config for Laravel's try_files or SSL verification for the nth time is a special kind of pain. I've done it so many times that I could probably do it in my sleep, but why would I want to? Honestly, Iβm just lazy like that (lol π). I wanted a tool where I could just type my domain, toggle a switch for Laravel, and get a clean, ready-to-paste config instantly without having to double-check my syntax like a caveman.
So I built this Minimal Nginx Config Generator. It's a lightweight, client-side tool that handles the "boring stuff" for me things like configuring PHP-FPM paths, setting up Laravel rules, and making sure the .well-known directory doesn't get blocked during SSL issuance. It's not about building the most complex optimization, it's just about having a reliable, minimal default so I don't have to keep writing the same config from scratch. I kept it minimal using Tailwind CSS v4 and jQuery because I didn't want to overcomplicate a tool that's meant to simplify my life. Now, whenever I spin up a new project, I just generate, copy, and paste. No more squinting at semi-colons for me!πΆβπ«οΈ
