An open API service indexing awesome lists of open source software.

https://github.com/nawatts/nginx-sandbox


https://github.com/nawatts/nginx-sandbox

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nginx sandbox

Docker Compose environment for experimenting with Nginx configuration.

The following files and directories are mounted in the container:

| Path | Container Path |
| ---------- | --------------------- |
| nginx.conf | /etc/nginx/nginx.conf |
| conf.d | /etc/nginx/conf.d |
| html | /usr/share/nginx/html |

Nginx is signaled to reload configuration any time a configuration file is changed.