🐛 fix(http2): Removed HTTP2 directives as requested

Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
Joseph Harry 2025-01-01 16:31:18 -06:00
parent b6b59941db
commit e2b2c6c314
No known key found for this signature in database
GPG key ID: 672E70D2EB06270B

View file

@ -3,8 +3,8 @@
# make sure that your dns has a cname set for discountbandit
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
server_name discountbandit.*;