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 b790d5e commit 5c2a805Copy full SHA for 5c2a805
nginx.conf
@@ -312,8 +312,6 @@ 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
}
@@ -324,4 +322,6 @@ server {
324
322
location /crawlee-python {
325
323
proxy_pass https://apify.github.io/crawlee-python/;
326
+ # Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x"
+ rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent;
327
0 commit comments