diff options
-rw-r--r-- | git.sr.ht/installation.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/git.sr.ht/installation.md b/git.sr.ht/installation.md index d653f6c..ef44c6b 100644 --- a/git.sr.ht/installation.md +++ b/git.sr.ht/installation.md @@ -61,11 +61,6 @@ location = /authorize { proxy_set_header X-Original-URI $request_uri; } -location ~ ^.*/objects/([0-9a-f]+/[0-9a-f]+|pack/pack-[0-9a-f]+.(pack|idx)).*$ { - auth_request /authorize; - root /var/lib/git; -} - location ~ ^.*/(HEAD|info/refs|objects/info/.*|git-(upload|receive)-pack).*$ { auth_request /authorize; root /var/lib/git; |