Skip to content

Commit

Permalink
feat: Adjust nginx.conf so that crawlee.dev/python can load assets (
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda authored Jul 3, 2024
1 parent 746753b commit 31d9554
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,8 @@ server {
location /python {
proxy_pass https://apify.github.io/crawlee-python/;
}
# So that we can have both GH pages and crawlee.dev/python working and loading assets from the same path
location /crawlee-python {
proxy_pass https://apify.github.io/crawlee-python/;
}
}

0 comments on commit 31d9554

Please sign in to comment.