Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service docker container for SSL connection termination before other containers

Please use UPSTREAM environment variable in order add needed amount of upstreams. They should be separated by comma and without blank spaces.

Example:

docker run -d -e UPSTREAM="localhost:5000,127.0.0.1:443"

This will create following upstreams:

upstream terminator {
    server localhost:5000;
    server 127.0.0.1:443;
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages