erseco / alpine-moodle

Moodle docker image based on Alpine Linux
https://hub.docker.com/r/erseco/alpine-moodle
MIT License
42 stars 33 forks source link

ERR_TOO_MANY_REDIRECTS #15

Closed aldinokemal closed 2 years ago

aldinokemal commented 2 years ago

When i deploy to server i used proxy reverse, my moodle expose port is 4400 than i tried to proxy reverse to this port the result is ERR_TOO_MANY_REDIRECTS

i have changed SITE_URL=http://mydomain.com

ports:
      - 4400:8080
erseco commented 2 years ago

Hello, if you expose moodle on port 4400 you should configure the SITE_URL var as SITE_URL=http://mydomain.com:4400

Best!

aldinokemal commented 2 years ago

i'm forget to set SSL true