Skip to content

Commit

Permalink
WIP: 2023-10-13 14:36:54
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Oct 13, 2023
1 parent 6ff830f commit 18c9183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bootstrap/templates/nginx_config.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
proxy_set_header Connection "";
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
proxy_http_version 2;

proxy_pass {{ pass }};
proxy_redirect off;
Expand Down

0 comments on commit 18c9183

Please sign in to comment.