third_party_nghttp2/proxy.pac.sample
2013-01-12 17:05:11 +09:00

7 lines
162 B
Plaintext

function FindProxyForURL(url, host) {
// For SPDY proxy
return "HTTPS localhost:3000";
// For conventional HTTP proxy
// return "PROXY localhost:3000";
}