From 2899b3bc394a1df21a20e4cbfc6650ee7dac9106 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 4 Mar 2024 21:24:45 +0300 Subject: [PATCH] More convenient trusted-host --- doc/proxy.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.44.0