add buffer size to proxy_site.j2 template; update proxy_site_defs.yml as a result

This commit is contained in:
2022-03-17 18:46:36 -04:00
parent 27ada4728c
commit 12debb61d0
2 changed files with 8 additions and 2 deletions

View File

@ -63,6 +63,12 @@ location /nginx_status {
# re-write redirects to http as to https
proxy_redirect http:// https://;
# set buffer sizes (for keycloak user reg)
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
}
{% if item.key == "seafile.thezengarden.net" %}