Skip to content

Commit 31d9554

Browse files
authored
feat: Adjust nginx.conf so that crawlee.dev/python can load assets (#1089)
1 parent 746753b commit 31d9554

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,8 @@ server {
314314
location /python {
315315
proxy_pass https://apify.github.io/crawlee-python/;
316316
}
317+
# So that we can have both GH pages and crawlee.dev/python working and loading assets from the same path
318+
location /crawlee-python {
319+
proxy_pass https://apify.github.io/crawlee-python/;
320+
}
317321
}

0 commit comments

Comments
 (0)