github.com/Tyktechnologies/tyk@v2.9.5+incompatible/images/hybrid/nginx/1_upstream.conf (about)

     1  server_names_hash_bucket_size  128;
     2  
     3  upstream tyk {
     4          server localhost:8080;
     5  }
     6  
     7  include /etc/nginx/sites-enabled/*.tconf;