/ http2 change

http2" directive is deprecated, use the "http2" directive instead
This commit is contained in:
fro
2025-10-28 16:22:51 -05:00
parent 09e8cdf6c9
commit 6bfe2a96fc

View File

@@ -24,8 +24,8 @@ server {
# hw.op.fo
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem;