]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
docs: fix copied env variable documentation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 15 Nov 2023 10:32:50 +0000 (11:32 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 15 Nov 2023 10:32:50 +0000 (11:32 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
docs/offline-mirror.rst

index e37bd4fdd4c8403b77f65284b63dd0dac3668a7b..1ae56e7009ec83eef107862544eeb0e4378c365c 100644 (file)
@@ -99,8 +99,8 @@ Environment Variables
 
 
 ``ALL_PROXY``
-  When set, the client uses the specified HTTP proxy for all connections to the
-  backup server. Currently only HTTP proxies are supported. Valid proxy
+  When set, proxmox-offline-mirror uses the specified HTTP proxy for all
+  HTTP(s) connections. Currently only HTTP proxies are supported. Valid proxy
   configurations have the following format:
   `[http://][user:password@]<host>[:port]`. Default `port` is 1080, if not
   otherwise specified.
@@ -110,8 +110,3 @@ Environment Variables
    the appropriate configuration parameter is ``http_access allow CONNECT <acl>``
    (http://www.squid-cache.org/Doc/config/http_access/). By default, Squid only
    allows ``HTTP CONNECT`` for port 443.
-
-
-.. Note:: Passwords must be valid UTF-8 and may not contain newlines. For your
-   convenience, Proxmox Backup Server only uses the first line as password, so
-   you can add arbitrary comments after the first newline.