Web-Server
- How I build a basic nginx config without starting from an empty file
An nginx config is easier to write when I start from the kind of site I am serving: static files, SPA, PHP, or reverse proxy. The nginx Config Generator tool helps me inspect the input and output without writing a …