Merge branch 'main-domain-to-moodle' into 'develop'

Redirects main domain to moodle

See merge request isard/isard-sso!47
Josep Maria Viñolas Auquer 2021-09-06 09:42:38 +00:00
commit 769af1990c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ frontend website
use_backend be_ipa if is_ipa
use_backend be_api if is_api
http-request redirect code 301 location https://moodle."${DOMAIN}" if { hdr(host) -i "${DOMAIN}" }
# default_backend be_sso
backend be_api