Skip to content
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

Update Nginx config according to deprecation warning #132

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

Nmishin
Copy link
Contributor

@Nmishin Nmishin commented Sep 26, 2024

https://www.f5.com/company/blog/nginx/nginx-plus-r30-released
The listen … http2 directive has been deprecated in NGINX 1.25.1.

Change this:

listen 443 ssl http2;

To this:

listen 443 ssl;
http2 on;

@Nmishin Nmishin marked this pull request as draft September 26, 2024 22:18
@Nmishin
Copy link
Contributor Author

Nmishin commented Sep 27, 2024

можно будет вмержить после #128

@Nmishin Nmishin marked this pull request as ready for review October 5, 2024 20:05
@Nmishin Nmishin merged commit 414f04f into master Oct 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants