Can't access apache answer via subdirectory URL when deployed with docker

Viewed 145

I did the installation as the documentation.

Site URL is the browser address you will use to access answers after installation. If you are deploying a subdirectory, the site url needs to include the subdirectory's path, eg: https://yourdoamin/{subdirectory}

So I put the subdirectory https://yourdoamin/ask

  1. I'm not able to log with the user/mdp defined one step before
  2. the path is not taken in account, I have a redirection to https://yourdoamin/users/login
  3. If I try to add https://yourdoamin/ask/users/login, not working

I hav also tried to deploy the application behind a loadbalancer:
https://yourdoamin/ask , but I'm redirected to https://yourdoamin/; so it failed (also)

Q1) Is this possible to install the application with docker and a subdirectory ?
Q2) the application works only with https://yourdoamin?

1 Answers