Skip to content

Commit

Permalink
fixed "http2" deprecated error
Browse files Browse the repository at this point in the history
  • Loading branch information
damalis committed Jul 5, 2024
1 parent 77f479e commit 230975f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webserver/templates/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ server {
}

server {
#listen 443 ssl http2;
#listen [::]:443 ipv6only=on ssl http2;
#listen 443 ssl;
#listen [::]:443 ipv6only=on ssl;
#
server_name ${NGINX_HOST} www.${NGINX_HOST};
#
Expand Down Expand Up @@ -94,7 +94,7 @@ server {
}

server {
#listen 443 ssl http2;
#listen 443 ssl;
#
#server_name mail.${NGINX_HOST};
#
Expand Down

0 comments on commit 230975f

Please sign in to comment.