Skip to content

Ari-Weinberg/nginx-ajp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-ajp-docker

This repo contains a dockerfile that can be used to set up an nginx webserver that will forward to an AJP proxy running on a given server.

Build with:

docker build --build-arg NGINX_VERSION='1.22.1' -t nginx-ajp:1.0 .

Run with:

docker run -p 8081:8081 -e AJP_ADDRESS='<HOST>:8009' --name nginx-ajp nginx-ajp:1.0

Access by visiting localhost:8081 in your browser.

About

nginx webserver that is set up to forward to a given AJP proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published