Hello,
I'm considering setting up talkyard for my site, but looking at the setup instructions, it appears that it expects to run in the root of a webserver. That's not necessarily a problem for me, because it would be deployed behind haproxy in any event, but for internal testing purposes it would probably be more convenient to have it on /comments/ on the main site and use nginx proxy-pass to pass on to the comments server from the static site. Is this configuration feasible, or would it not be supported?
- KajMagnus @KajMagnus2022-03-15 05:53:29.049Z
Running Ty in a subdirectory, like
https://www.example.com/some/subdir/
isn't supported. Not any plans to support it. Sorry for the late reply.When testing on localhost, I use Docker-Compose and, then one can use different domain names also on localhost (instead of a sub directory), e.g.
https://comments.localhost/
.- SSesquipedality @sesquipedality
Thanks for the response. Useful to know.
- KajMagnus @KajMagnus2022-03-15 16:07:23.442Z
Ok :- ) (I'll mark my comment above as the answer; then this topic will also get closed)