mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
etc/nginx/host: enable http2
This commit is contained in:
parent
d903ba5985
commit
e80dbd29fe
@ -1,8 +1,8 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server ipv6only=on;
|
||||
listen 443 default_server ssl;
|
||||
listen [::]:443 default_server ssl ipv6only=on;
|
||||
listen 443 default_server ssl http2;
|
||||
listen [::]:443 default_server ssl http2 ipv6only=on;
|
||||
|
||||
root /var/www/default/;
|
||||
index index.php index.html index.htm;
|
||||
|
Loading…
Reference in New Issue
Block a user