Skip to content

Commit

Permalink
Update deprecated http2 nginx conf syntax (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl authored May 29, 2024
1 parent eadb7b1 commit a073184
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ http {


server {
listen 443 default_server ssl http2;
listen [::]:443 ssl http2;
listen 443 default_server ssl;
listen [::]:443 ssl;
http2 on;

server_name iscsc.fr;

Expand Down

0 comments on commit a073184

Please sign in to comment.