From ad580d6ecf984388b4b2537fe4295da76a370dca Mon Sep 17 00:00:00 2001 From: Benjamin Nguyen <89621837+thebeninator@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:16:12 -0800 Subject: [PATCH] Update nginx.conf --- nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index 1a944f946..23566b65a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -133,9 +133,7 @@ http { proxy_hide_header Access-Control-Allow-Origin; add_header Access-Control-Allow-Origin *; - - proxy_pass https://openlibrary.org/isbn/$isbn_number.json; - + proxy_pass https://openlibrary.org/api/books?bibkeys=ISBN:$isbn_number&format=json&jscmd=data; proxy_ssl_server_name on; proxy_ssl_protocols TLSv1.2 TLSv1.3;