Skip to content

Commit

Permalink
tune default nginx buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 17, 2023
1 parent 84dbe07 commit 63f0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nginx/templates/alfresco_proxy_headers.include.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
proxy_redirect off;
proxy_buffering off;
proxy_buffer_size 16k;
proxy_set_header Host $host;
{% if nginx_set_proxy_headers %}
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 63f0ec2

Please sign in to comment.