Press the keys to navigate to the next or previous product.
N

Nginx Playground

An nginx playground website created by Julia Evans where we can paste the nginx configuration and test it out.

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:

  1. You need to enter both an nginx config and a curl or http command to make a HTTP request to that nginx instance.
  2. 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)

Tags:

Web
Previous Tool Next Tool