Skip to content

Commit

Permalink
chore: update nginx config to enable http2 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Volubyl authored and julie-desvaux committed Mar 20, 2023
1 parent f274906 commit 93d312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/ansible/roles/web/templates/nginx-catalogage.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ upstream api {
server {
{% if tls_enabled %}
{# Adapted from: https://ssl-config.mozilla.org/ #}
listen 443 ssl;
listen 443 ssl http2;
server_name {{ domain_name }};

ssl_certificate /etc/letsencrypt/live/{{ domain_name }}/fullchain.pem;
Expand Down

0 comments on commit 93d312f

Please sign in to comment.