mirror of
https://github.com/cloudpanel-io/vhost-templates.git
synced 2026-05-18 08:23:31 +08:00
.
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
listen 443 quic;
|
listen 443 ssl http2;
|
||||||
listen 443 ssl;
|
listen [::]:443 ssl http2;
|
||||||
listen [::]:443 quic;
|
|
||||||
listen [::]:443 ssl;
|
|
||||||
http2 on;
|
|
||||||
http3 off;
|
|
||||||
{{ssl_certificate_key}}
|
{{ssl_certificate_key}}
|
||||||
{{ssl_certificate}}
|
{{ssl_certificate}}
|
||||||
{{server_name}}
|
{{server_name}}
|
||||||
|
|||||||
Reference in New Issue
Block a user