Skip to content

masumiya/nginx_unit_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Unit SAMPLE(PHP & Python)

Setup

$ git clone https://github.com/masumiya/nginx_unit_sample.git
$ cd nginx_unit_sample
$ docker build -t nginx_unit_sample .
$ docker run -name nginx_unit_sample -p 8300:8300 -p 8400:8400 nginx_unit_sample

Example URL

PHP Application

http://localhost:8300/

Python Application

http://localhost:8400/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published