summaryrefslogtreecommitdiffstats
path: root/proxy.pac.sample
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:34:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:34:15 +0000
commitafea5f9539cbf1eeaa85ec77d79eb2f59724f470 (patch)
tree2a4eba394a6bc60d2eaa8304d91168a07225d51e /proxy.pac.sample
parentInitial commit. (diff)
downloadnghttp2-c470e86229244babcd48aa37cc3d46161df32321.tar.xz
nghttp2-c470e86229244babcd48aa37cc3d46161df32321.zip
Adding upstream version 1.52.0.upstream/1.52.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'proxy.pac.sample')
-rw-r--r--proxy.pac.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/proxy.pac.sample b/proxy.pac.sample
new file mode 100644
index 0000000..9283920
--- /dev/null
+++ b/proxy.pac.sample
@@ -0,0 +1,6 @@
+function FindProxyForURL(url, host) {
+ // For SPDY proxy
+ return "HTTPS localhost:3000";
+ // For conventional HTTP proxy
+ // return "PROXY localhost:3000";
+}