mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
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
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:
@@ -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%>;
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user