Skip to content

choosistant/nginx-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

nginx Reverse Proxy

docker run \
    --name nginx-choosistant \
    -p 9999:80 \
    -v $(pwd)/default.conf:/etc/nginx/conf.d/default.conf:ro \
    --rm \
    nginx:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published