Thanks. I did see that, and made use of it when I first set up the nginx config. I do have the functionality of the first "location" in my config. But I don't have the second "location" (the "rewrite") however.
That's because I never access the content server as only:
"https://myserver.mydomainnet/calibre"
I always access it as:
"https://myserver.mydomain.net/calibre/#panel=book_list&sort=author_sort.asc,series.asc"
So the rewrite should never be triggered, thus it is unnecessary, as best I understand.
|