diff --git a/config.py b/config.py index 96e60f10..bb7b469e 100644 --- a/config.py +++ b/config.py @@ -20,3 +20,8 @@ # The web location prefix of the docs and CSS, relative to check.cgi DOCSURL='docs' CSSURL='css' + +# Enable, if you are behind a Proxy... +#os.environ['HTTP_PROXY'] = os.environ['http_proxy'] = 'http://corporate-proxy:8005' +#os.environ['HTTPS_PROXY'] = os.environ['https_proxy'] = 'http://corporate-proxy:8005' +#os.environ['NO_PROXY'] = os.environ['no_proxy'] = '127.0.0.1,localhost' # Do not use Pipes or Asterisks!