What is Nginx Playground?
Nginx Playground is like codepen for nginx -- you paste in an nginx config, and then a server starts nginx for you and runs any curl or http command you want against that nginx server.
How to use Nginx Playground:
- You need to enter both an nginx config and a curl or http command to make a HTTP request to that nginx instance.
- Then you can click “Run” in the top right, and it’ll output either:
- a. the results of the command you executed (if nginx started successfully), or
- b. the nginx error logs (if nginx failed to start)