Merge pull request #2278 from gilmrjc/patch-1
Some checks failed
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled

Change "listen ... http2" directive
This commit is contained in:
Kasra Bigdeli
2025-03-12 21:41:57 -07:00
committed by GitHub

View File

@@ -36,7 +36,8 @@ server {
}
if (s.hasSsl) {
%>
listen 443 ssl http2;
listen 443 ssl;
http2 on;
ssl_certificate <%-s.crtPath%>;
ssl_certificate_key <%-s.keyPath%>;
<%