Open qdm12 opened 11 months ago
Hi o/
We built our docker image on php:8.1-apache and you can find the configuration file here : https://github.com/wishthis/docker/blob/main/config/wishthis.conf I can check if we can use a dynamic conf for Apache, using docker variable, when the container is run. And ... I'm not very familiar with Apache.
Why not using your (external) web server, like Nginx, Lighttpd or Apache? For example I use SWAG docker image (Nginx) with a reverse proxy to serve wishthis, and all others online stuff I use.
I do use Caddy, but any rewriting ends up wrong.
For example example.com/wishthis then redirects to example.com/index.php (it should be wishthis/index.php).
Do you serve it successfully from a subpath?
Related: #190
Would it be possible to have a configurable subpath to serve withthis for example at example.com/wishthis?
Maybe this should be done in the source code of wishthis though, but I thought I would mention it here too 😉