Skip to content

programster/nginx-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is forked version of jwilder/nginx-proxy.

Main differences

  • uses nginx-extras from Ubuntu repositories rather than disabling the repositories and installing from a PPA.
  • uses the cron service to tie up the docker foreground process instead of switching daemon mode off in nginx. This means you can restart the nginx service.
  • Trying to implement CORS support through setting the ALLOW_CROSS_DOMAIN_REQUESTS environment variable on the web application containers.

About

Automated nginx proxy for Docker containers using docker-gen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 86.2%
  • Shell 13.8%