Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
www
 
 
 
 
 
 
 
 
 
 

README.md

Nginx Unit Example

Preliminary steps

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 sample apps

Nginx Unit modules are shipped with sample apps.

PHP

http localhost:8300

Python 2.7

http localhost:8400

Go

http localhost:8500

Perl

http localhost:8600

Ruby

http localhost:8700

Custom sample apps

This example has also custom apps. The source code can be founded in the subdirectory www.

Python 2.7

http localhost:8081

PHP

http localhost:8082
You can’t perform that action at this time.