We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c499bb5 commit b790d5eCopy full SHA for b790d5e
nginx.conf
@@ -312,6 +312,8 @@ server {
312
server {
313
listen 0.0.0.0:8080;
314
server_name 'crawlee.dev';
315
+ # Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x"
316
+ rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent;
317
location / {
318
proxy_pass https://apify.github.io/crawlee/;
319
}
0 commit comments