TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: jinx – a magical nginx wrapper

13 pointsby pretzelhandsover 6 years ago

2 comments

pretzelhandsover 6 years ago
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 &#x2F;etc&#x2F;nginx&#x2F;sites-available&#x2F; .., vi &#x2F;etc&#x2F;nginx&#x2F;sites-available&#x2F; .., 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!
ronaldl93over 6 years ago
Epic! Starred it. Will definitely come it handy. Thanks!