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.
nginx.conf
crawlee.dev/python
1 parent 746753b commit 31d9554Copy full SHA for 31d9554
nginx.conf
@@ -314,4 +314,8 @@ server {
314
location /python {
315
proxy_pass https://apify.github.io/crawlee-python/;
316
}
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
+ }
321
0 commit comments