You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug but I didn't know how else to report this for those using Nginx with Moodle and Azure IDP. If after upgrading either Moodle or the newest version of SAML2 (thanks team, the module is great!) you get an error 500 (Bad Gateway), add the following to the site config for the nginx configuration for your Moodle site in the server section:
This is not a bug but I didn't know how else to report this for those using Nginx with Moodle and Azure IDP. If after upgrading either Moodle or the newest version of SAML2 (thanks team, the module is great!) you get an error 500 (Bad Gateway), add the following to the site config for the nginx configuration for your Moodle site in the server section:
server {
listen 443 ssl http2;
...
}
Taken from https://stackoverflow.com/questions/57294212/502-bad-gateway-error-upstream-sent-too-big-header-while-reading-response-head
The text was updated successfully, but these errors were encountered: