Distribution | Version | Supported |
---|---|---|
CentOS | 8 | ✅ |
CentOS | 7 | ✅ |
RHEL | 8 | ✅ |
RHEL | 7 | ✅ |
8080
is open for Gateway traffic (the API traffic to be proxied)./etc/yum.repos.d/tyk_tyk-gateway.repo
that contains the repository configuration settings for YUM repositories tyk_tyk-gateway
and tyk_tyk-gateway-source
used to download packages from the specified URLs. This includes GPG key verification and SSL settings, on a Linux system.Make sure to replace el
and 8
in the config below with your Linux distribution and version:<hostname>
in --redishost=<hostname>
with your own value to run this script.--listenport=8080
: Listen on port 8080
for API traffic.--redishost=<hostname>
: The hostname for Redis.--redisport=6379
: Use port 6379
for Redis.--domain=""
: Do not filter domains for the Gateway, see the note on domains below for more about this.