https://github.com/nawatts/nginx-sandbox
https://github.com/nawatts/nginx-sandbox
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nawatts/nginx-sandbox
- Owner: nawatts
- License: mit
- Created: 2021-06-16T12:24:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T12:25:52.000Z (about 5 years ago)
- Last Synced: 2025-10-09T07:03:12.345Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.