Changes between Version 2 and Version 3 of Ticket #626, comment 6
- Timestamp:
- 09/15/14 15:33:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #626, comment 6
v2 v3 1 1 We don't use {{{resolver}}} anywhere. 2 2 3 By nothing special, we basically have a few HTTP, SSL and SPDY virtual hosts, which have a few locations with some IF statements as well, a few {{{return 301 url;}}}, a few locations have a proxy_pass to an external web server and we have rate limiting on one location andthat is basically it.3 By nothing special, we basically have a few HTTP, SSL and SPDY virtual hosts, which have a few locations with some IF statements as well, a few {{{return 301 url;}}}, a few locations have a proxy_pass to an external web server and we have rate limiting on one location; that is basically it. 4 4 5 5 Regarding SPDY, why is it recommended to use mainline instead of stable?