switch to http2 directive

This commit is contained in:
2024-09-09 12:34:14 -07:00
parent d8aff4737f
commit 93dedc5321
12 changed files with 14 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 443 ssl http2;
listen 443 ssl;
server_name opns.tronnet.net;
include snippets/ssl-acme.conf;
include snippets/proxy-errors.conf;