Install and start nginx unit via docker
docker-compose up
Nginx Unit is already configured through the image building process from Docker. It can be reconfigured with this:
cd config
./configure.bash
Nginx Unit modules are shipped with sample apps.
http localhost:8300
http localhost:8400
http localhost:8500
http localhost:8600
http localhost:8700
This example has also custom apps. The source code can be founded in the subdirectory www
.
http localhost:8081
http localhost:8082