Hello Hacker News!<p>I recently accidentally crashed my entire infrastructure with Caddy server. Thus I had to quickly switch to nginx to get my sites back up.<p>While dealing with the nginx setup process I found it super annoying to switch between the various commands all the times<p>(ln -s /etc/nginx/sites-available/ .., vi /etc/nginx/sites-available/ .., systemctl restart nginx, ..)<p>So I built this little wrapper around the commands to streamline the process!<p>I hope you find it useful and give it a shot on your local dev setup or similar!