diff --git a/nginx.conf b/nginx.conf index 04d15af4bf..c6d7746fea 100644 --- a/nginx.conf +++ b/nginx.conf @@ -322,4 +322,6 @@ server { location /crawlee-python { proxy_pass https://apify.github.io/crawlee-python/; } + # Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x" + rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent; }