N

Nginx Playground

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

Pricing: Free
Visit website

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:

  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)

More tools in DevOps

Conftest logo

Conftest

A utility to help you write tests against structured configuration data

DevOps
Free
Terratest logo

Terratest

Automated tests for your infrastructure code.

DevOps
Free
Docker logo

Docker

use OS-level virtualization to deliver software in packages called containers

DevOps
Free and Paid