Skip to content

Commit 06928fc

Browse files
authored
docs: fix nginx configuration (#1459)
1 parent d676859 commit 06928fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ server {
309309
# Python docs
310310

311311
rewrite ^/api/client/python/docs$ /api/client/python/docs/overview/introduction permanent;
312-
}
313312

314313
# API docs reorganization
315314

@@ -402,6 +401,8 @@ server {
402401
rewrite ^/api/v2/users-monthly-usage$ /api/v2/users permanent;
403402
rewrite ^/api/v2/users-account-and-usage-limits$ /api/v2/users permanent;
404403

404+
}
405+
405406
# Temporarily used to route crawlee.dev to the Crawlee GitHub pages.
406407
# TODO: create a separate nginx deployment for Crawlee and move this there.
407408
server {

0 commit comments

Comments
 (0)