-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
[nginx] Fix nginx warnings #4090
Comments
I can work on this. Please assign this to me. |
@iconichal thanks for offering to work on this issue! We can't assign an issue outside of our team, but if you open a PR we would at least consider merging it. |
The original fix when running
To look like:
We then tested this fix by running the playbook, and checking the site after to see if it was still up. |
* migrate to new postgresql server * comment out bionic vms * upgrade all vms to jammy * fix nginx warnings related to #4090
* migrate to new postgresql server * comment out bionic vms * upgrade all vms to jammy * fix nginx warnings related to #4090
closed by this work #5765 |
The load balancer currently warns us:
This fix is to change
listen 443 ssl;
tolisten 443 ssl http2;
in the site config files.Keep an inventory of fixed domains
The text was updated successfully, but these errors were encountered: