You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the nginx.tmpl at this moment. I would have liked to be able to mount a directory with just that file. Standard installation volume mounts these mounts:
Would be nice to be able to volume mount proxy.conf, without needing to mount the entire /etc/nginx folder.
One of my upstreams gave this error: "upstream sent too big header while reading response header from upstream". So I wanted to add
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
I changed the nginx.tmpl at this moment. I would have liked to be able to mount a directory with just that file. Standard installation volume mounts these mounts:
/data/rancher-active-proxy/vhost.d:/etc/nginx/vhost.d
/data/rancher-active-proxy/htpasswd:/etc/nginx/htpasswd
/data/rancher-active-proxy/letsencrypt:/etc/letsencrypt
it would be a simple change to alter the location where nginx,tmpl loads the conf file from.
The text was updated successfully, but these errors were encountered: