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 d676859 commit 06928fcCopy full SHA for 06928fc
nginx.conf
@@ -309,7 +309,6 @@ server {
309
# Python docs
310
311
rewrite ^/api/client/python/docs$ /api/client/python/docs/overview/introduction permanent;
312
-}
313
314
# API docs reorganization
315
@@ -402,6 +401,8 @@ server {
402
401
rewrite ^/api/v2/users-monthly-usage$ /api/v2/users permanent;
403
rewrite ^/api/v2/users-account-and-usage-limits$ /api/v2/users permanent;
404
+}
405
+
406
# Temporarily used to route crawlee.dev to the Crawlee GitHub pages.
407
# TODO: create a separate nginx deployment for Crawlee and move this there.
408
server {
0 commit comments