From 071036bf0b9ed47ed36512c2f9a93191036184c5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 May 2013 13:00:35 +0200 Subject: [PATCH] HTTP proxy example --- etc/config-proxy-with-loggging.xml | 38 ------------------------------------ etc/config-proxy.xml | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 38 deletions(-) delete mode 100644 etc/config-proxy-with-loggging.xml create mode 100644 etc/config-proxy.xml diff --git a/etc/config-proxy-with-loggging.xml b/etc/config-proxy-with-loggging.xml deleted file mode 100644 index 0e28ab6..0000000 --- a/etc/config-proxy-with-loggging.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - 20 - @:9000 - FN - /fn_stat - - - - - - - /etc/mime.types - - . - /etc - - - - - - - - - - - - diff --git a/etc/config-proxy.xml b/etc/config-proxy.xml new file mode 100644 index 0000000..f3b522d --- /dev/null +++ b/etc/config-proxy.xml @@ -0,0 +1,23 @@ + + + + + + + + 10 + tcp:@:9000 + ssl:@:9001 + + + M + + + + + + + + + + -- 1.7.10.4