~jani/ubuntu-system-image/http-auth

« back to all changes in this revision

Viewing changes to ini-manpage.rst

  • Committer: Barry Warsaw
  • Date: 2014-02-26 19:22:13 UTC
  • mfrom: (240.2.4 lp1278589)
  • Revision ID: barry@python.org-20140226192213-uooc2f52ibfog635
 * Support disabling either the HTTP or HTTPS services for update (but not
   both).  The ``[service]http_port`` or ``[service]https_port`` may be set to
   the string ``disabled`` and the disabled protocol will fall back to the
   enabled protocol.  Implementation given by Vojtech Bocek.  (LP: #1278589)
 * Allow the channel.ini file to override the ``[service]`` section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    provide both HTTP and HTTPS services.
50
50
 
51
51
http_port
52
 
    The port for HTTP connections.
 
52
    The port for HTTP connections.  This is an integer, or the string
 
53
    ``disabled`` if you wish to disable all HTTP connections and use only
 
54
    HTTPS.  It is an error to disable both the HTTP and HTTPS services.
53
55
 
54
56
https_port
55
 
    The port for HTTPS connections.
 
57
    The port for HTTPS connections.  This is an integer, or the string
 
58
    ``disabled`` if you wish to disable all HTTPS connections and use only
 
59
    HTTP.  It is an error to disable both the HTTP and HTTPS services.
56
60
 
57
61
channel
58
62
    The upgrade channel.