-
Notifications
You must be signed in to change notification settings - Fork 227
[Docker Compose] Inifinite redirect loop #413
Comments
Hi, @dosanjosfilho! Until we can verify there's a bug to be fixed, support questions are better asked in the Support Forum. Please create a new post with the information you've detailed here. I'd ask you expand on some things:
In any case, please, take into account that the Docker Compose stacks are not quite there yet. They're meant for experimental and development use. If you need to host Aggregate for production, you have better (and supported) Cloud-Config stack alternatives with full SSL and domain support. |
Hello, @ggalmazor
|
Hi @dosanjosfilho , did you fix this in the end? I recently tried setting up aggregate via docker-compose with an nginx reverse-proxy and letsencrypt for https and all worked fine. Let me know if you want me to share any compose files |
Software and hardware versions
Ubuntu Server 18.04, Aggregate v2.0.0
Problem description
My ODK Aggregate is working normally under my domain example.com:8080 and www.example.com:8080, but when trying to use nginx for redirect I go into an infinite loop.
Steps to reproduce the problem
I'm setting up the ODK Agregator on my server following the "ODK Aggregate - Build and run with Docker Compose", I have changed the security.server.checkHostnames to false. And in my nginx installation is configured with Let's Encrypt.
security.properties:
nginx config.:
*I changed my domain to example.com
The text was updated successfully, but these errors were encountered: