Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-09 Thread Daniel Bünzli
Thanks all for the references. > Here is a nice suggestion on how to get this into Koha: > https://lists.koha-community.org/pipermail/koha-devel/2022-August/047271.html  Indeed. The gradual strategy mentioned there seems quite sensitive. Maybe a link to it should be provided in Jonathan’s refere

Re: [Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Daniel Bünzli
Thanks for your answer Thomas. > This will take the output generated upstream (i.e. plack) and do actual > regex replaces on the HTML. So ... ugh… Ugh indeed :-)  Do you think there would be consideration from the devs for this problem, that is the ability to serve koha on URL prefixes ?  The

[Koha] Working with nginx and installing on URL prefixes

2023-10-06 Thread Daniel Bünzli
Hello,   I’m trying to make an install of koha to consider migrating to it from another ILS.   Given our existing infrastructure the setup scheme of koha on different domains is not entirely convenient for us nor is using apache (even if only proxied by nginx we rather not add more moving part