Skip to content
Snippets Groups Projects
Unverified Commit a5ba7096 authored by anarcat's avatar anarcat
Browse files

ATS first impressions

parent de4ba01a
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,17 @@ Cons:
Used by Yahoo, Apple and Comcast.
First impressions:
* configuration spread out over many different configuration file
* complex and arcane configuration language (e.g. try to guess what
this actually does:: `CONFIG proxy.config.http.server_ports STRING
8080:ipv6:tr-full 443:ssl
ip-in=192.168.17.1:80:ip-out=[fc01:10:10:1::1]:ip-out=10.10.10.1`)
* configuration syntax varies across config files and plugins
* good documentation, but a bit lacking in tutorials
* couldn't decouple backend hostname and passed `Host` header
### Nginx
Pros:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment