Skip to content

Commit 41b4333

Browse files
committed
removed http2
1 parent 2f95dc5 commit 41b4333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy/templates/proxy.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ server {
2424
}
2525

2626
server {
27-
#listen 443 ssl http2;
28-
#listen [::]:443 ipv6only=on ssl http2;
27+
#listen 443 ssl;
28+
#listen [::]:443 ipv6only=on ssl;
2929
#
3030
server_name ${NGINX_HOST} www.${NGINX_HOST};
3131
#

0 commit comments

Comments
 (0)