Debugging Nginx Configuration Trick
Today I had an issue where I was trying to debug a problem with an nginx configuration, I came up with a simple trick. One of the hardest parts of nginx configurations, especially with rewrites, is you might not know which “location” directive is not working as expected. In PHP, sometimes you would just add …
Read more »