aboutsummaryrefslogtreecommitdiff
path: root/network/pound/pound.cfg.new
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2022-03-02 07:31:00 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-03 16:25:43 +0700
commit6ae324550de7a4ebf4a2605b1342050ac4b88b7b (patch)
treec8b866001faa5f9e8258668ed07257092345da6b /network/pound/pound.cfg.new
parent92153877d07ccb6aea859cac8833786f0c325280 (diff)
network/pound: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pound/pound.cfg.new')
-rw-r--r--network/pound/pound.cfg.new60
1 files changed, 0 insertions, 60 deletions
diff --git a/network/pound/pound.cfg.new b/network/pound/pound.cfg.new
deleted file mode 100644
index de171740faf8f..0000000000000
--- a/network/pound/pound.cfg.new
+++ /dev/null
@@ -1,60 +0,0 @@
-User "nobody"
-Group "nobody"
-#RootJail "/var/pound/jail"
-#Alive 60
-
-## Main listening ports
-#ListenHTTP
-# Address 1.2.3.4
-# Port 80
-# Client 10
-#End
-#ListenHTTPS
-# Address 1.2.3.4
-# Port 443
-# Cert "/etc/pound/pound.pem"
-# Client 20
-#End
-
-## Image server
-#Service
-# URL ".*.(jpg|gif)"
-# BackEnd
-# Address 192.168.0.10
-# Port 80
-# End
-#End
-## Virtual host www.myserver.com
-#Service
-# URL ".*sessid=.*"
-# HeadRequire "Host:.*www.myserver.com.*"
-# BackEnd
-# Address 192.168.0.11
-# Port 80
-# End
-# Session
-# Type URL
-# ID "sessid"
-# TTL 120
-# End
-#End
-
-## Everybody else
-#Service
-# BackEnd
-# Address 192.168.0.20
-# Port 80
-# Priority 5
-# End
-# BackEnd
-# Address 192.168.0.21
-# Port 80
-# Priority 4
-# End
-# Session
-# Type COOKIE
-# ID "userid"
-# TTL 180
-# End
-#End
-