mirror of
https://github.com/caprover/caprover
synced 2026-09-26 00:25:38 +00:00
Merge pull request #667 from robgraeber/patch-1
Add http2 support for default nginx script
This commit is contained in:
@@ -36,7 +36,7 @@ server {
|
||||
}
|
||||
if (s.hasSsl) {
|
||||
%>
|
||||
listen 443 ssl;
|
||||
listen 443 ssl http2;
|
||||
ssl_certificate <%-s.crtPath%>;
|
||||
ssl_certificate_key <%-s.keyPath%>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user