Sign inSign up

ezenki/gate-keeper

By ezenki

Updated over 3 years ago

A reverse proxy for working with tls

Image
0

898

ezenki/gate-keeper repository overview

Settings file

Location

Add a settings.yml file to the /settings folder.

Format

The following are the components of the settings file

  • redirects: The path to redirect the traffic to.
  • addr: The address to listen on. (Will be 0.0.0.0:443 or 0.0.0.0:80 if no tls options are specified)
  • tls: The tls settings. This item is composed of the following settings:
    • redirect: The redirect information for redirecting http traffic. This item is composed of the following settings:
      • addr: The address to listen on. (Will be 0.0.0.0:80).
    • cert: The tls certificate file.
    • key: The tls private key file

Tag summary

Content type

Image

Digest

sha256:fe2e9cc01

Size

4.1 MB

Last updated

over 3 years ago

docker pull ezenki/gate-keeper