Skip to content

Commit

Permalink
docs: Only set redirection for anaconda/cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Aug 27, 2024
1 parent e6de8d7 commit 7cf4f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ location @pypi_302 {
rewrite ^/pypi/(.*)$ $scheme://mirrors.example.com/pypi/web/$1 redirect;
}
location /anaconda/ {
location /anaconda/cloud/ {
access_log /var/log/nginx/cacheproxy/anaconda.log;
try_files $uri $uri/ @anaconda_302;
}
Expand Down

0 comments on commit 7cf4f11

Please sign in to comment.