taskwarrior-webui
taskwarrior-webui copied to clipboard
Reverse Proxy
Hello, I have a similar issue to #70 but I see that was closed.
I've setup the docker image to run and configured my Apache server to forward request to the docker port but unlike other apps I've setup due to the nuxt and axios configs use the default URL path of "/" creating a reverse proxy to say "/tasks" is ignored, at least in Apache 2.4.62 on a Debian server
I can get it to function via the reverse proxy but nuxt-router forces the app to drop backk to the "/" path.
Would it be possible to create a enviroment variable to set the base path?