-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use HTTP_LOCATION correctly? #16
Comments
Hello, Check your docker-compose.yml you are using expose instead of ports:
Probably you have another instance running and it is who is answering you. |
That I use |
Having the exact same issue here - any news so far? |
@lcnittl Do you also have an nginx in front of limesurvey? |
Yes, I have two LXC containers: Edit: Seems like I am in the wrong repo here - thought this is the LimeSurvey/LimeSurvey one. Was quite excited that I found a report of the same issue ;) |
Ok if you send me the whole docker-compose.yml I can install it, make some tests and give you an option. |
I think I will have to file this at LimeSurvey/LimeSurvey - I am not using Docker. Sorry for the confusion. Anyways, it looks like LimeSurvey is rewriting the request as suggested by @jreimone. |
Ah, ok. Good you found the solution or at least the path |
Hi,
my URL is supposed to be
https://my.server.net/surveys
. So my docker-compose config looks like this:But when I request
https://my.server.net/surveys
in the browser I always get redirected tohttps://my.server.net/index.php?r=installer
. What am I doing wrong?The text was updated successfully, but these errors were encountered: