Skip to content

Commit 5c2a805

Browse files
authored
Update nginx.conf
1 parent b790d5e commit 5c2a805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ server {
312312
server {
313313
listen 0.0.0.0:8080;
314314
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;
317315
location / {
318316
proxy_pass https://apify.github.io/crawlee/;
319317
}
@@ -324,4 +322,6 @@ server {
324322
location /crawlee-python {
325323
proxy_pass https://apify.github.io/crawlee-python/;
326324
}
325+
# Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x"
326+
rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent;
327327
}

0 commit comments

Comments
 (0)