Navigation Menu

Skip to content

Commit

Permalink
Deprecated --delete_backend, refactored manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarni R. Einarsson committed May 9, 2012
1 parent 659c526 commit 20d6cad
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 207 deletions.
6 changes: 3 additions & 3 deletions pagekite/common.py
Expand Up @@ -56,14 +56,14 @@
'tls_default=', 'tls_endpoint=',
'fe_certname=', 'jakenoia', 'ca_certs=',
'kitename=', 'kitesecret=', 'fingerpath=',
'backend=', 'define_backend=', 'be_config=', 'delete_backend=',
'service_on=', 'service_off=', 'service_cfg=', 'service_delete=',
'backend=', 'define_backend=', 'be_config=',
'service_on=', 'service_off=', 'service_cfg='
'frontend=', 'frontends=', 'torify=', 'socksify=', 'proxy=',
'new', 'all', 'noall', 'dyndns=', 'nozchunks', 'sslzlib',
'buffers=', 'noprobes', 'debugio', 'watch=',
# DEPRECATED:
'reloadfile=', 'autosave', 'noautosave', 'webroot=',
'webaccess=', 'webindexes=']
'webaccess=', 'webindexes=', 'delete_backend=',]

DEBUG_IO = False
DEFAULT_CHARSET = 'utf-8'
Expand Down

0 comments on commit 20d6cad

Please sign in to comment.