Steffen Bleul
Steffen Bleul
Not yet. I planned to propose a cache server like varnish before nginx rather then make the nginx setup more complex.
Example or use case?
I would suggest a new environment variable `SERVERXREVERSE_PROXY_WEBSOCKETY` with values `true` or `false`. `false` default. For adding the following elements to a proxy definition: ~~~~ proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;...
Currently not possible, would be a new feature.
Is there anything specific I can do to make it work?
Sounds pretty amazing! I will take a deep look into it.
Details on concept page: [Concept Page](https://github.com/blacklabelops/letsencrypt/wiki/Concept-DNS-1-Hook-Route53)
Logrotate need to know under which permission he has to create the rotated files. Files with unknown user or group are currently ignored.
Default behavior is now set to not ignore any files with unknown user or group but rotate it with the default user. This should not be any problem because container's...