Skip to content

Commit

Permalink
webdav: remove http2 on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodier committed Feb 5, 2024
1 parent d19bc91 commit e3249d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/webdav/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ server {
client_max_body_size {{ webdav.max_file_size }};

# Listen on both IPv4 and IPv6
listen 80 http2;
listen 80;
listen 443 ssl http2;
listen [::]:443 ssl http2;

Expand Down

0 comments on commit e3249d6

Please sign in to comment.