We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Nginx configuration https://github.com/wunderio/charts/blob/master/drupal/templates/drupal-configmap.yaml#L167 the fastcgi_param HTTPS is specified twice. Lines 167 and 180:
fastcgi_param HTTPS
167: fastcgi_param HTTPS $https if_not_empty; 180: fastcgi_param HTTPS $fastcgi_https;
https://wunder.slack.com/archives/C8UN6AG9W/p1597149736367600
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Nginx configuration https://github.com/wunderio/charts/blob/master/drupal/templates/drupal-configmap.yaml#L167
the
fastcgi_param HTTPS
is specified twice.Lines 167 and 180:
https://wunder.slack.com/archives/C8UN6AG9W/p1597149736367600
The text was updated successfully, but these errors were encountered: