##-----------------------------------------------------------------------------
## pound.txt - fli4l configuration parameters                      1.0.0
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     08.08.2007  ThRo
##
## Copyright (c) 2007 Robert Thomitzek <thro@thomitzek.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: POUND (REVERSE-PROXY AND LOAD-BALANCER)
#------------------------------------------------------------------------------
OPT_POUND='no'                               # Reverse Proxy: yes or no
# Port where Pound Listen
POUND_HTTP_PORT='80'
# Default Host
POUND_DEFAULT_HOST='10.0.0.1'            # Local Host IP or Name
POUND_DEFAULT_PORT='80'                      # Local Host Port
#
POUND_VIRTHOSTS_N='1'                        # number off Virtual to listen on
POUND_VIRTHOSTS_1_URL='server1.my_domain.net'    # url of Virutual Host
POUND_VIRTHOSTS_1_HOST='10.0.0.1'            # Local Host IP or Name
POUND_VIRTHOSTS_1_PORT='80'                  # Local Host Port

POUND_VIRTHOSTS_2_URL='server2.my_domain.net'
POUND_VIRTHOSTS_2_HOST='10.0.0.2'
POUND_VIRTHOSTS_2_PORT='80'
