From: Sergey Matveev Date: Mon, 4 Mar 2024 18:24:45 +0000 (+0300) Subject: More convenient trusted-host X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=HEAD More convenient trusted-host --- diff --git a/doc/proxy.texi b/doc/proxy.texi index 48e10ed..a06e82e 100644 --- a/doc/proxy.texi +++ b/doc/proxy.texi @@ -31,6 +31,7 @@ Those URLs give human readable packages listing and package information. To use GoCheese as a proxy, just configure your @file{pip.conf}: @example -[install] +[global] index-url = http://gocheese.host:8080/simple/ +trusted-host = gocheese.host @end example