Alex
Alex
Hello, In the Nginx documentation at http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate there is a possibility to specify _ssl_certificate / ssl_certificate_key_ directives multiple times for the same domain name. Is it possible to configure Nginx...
### Description: I have the following variables in **cookiecutter.json** file ``` "_site_locations": { "zone1": [ "SiteA", "SiteB", "SiteC" ], "zone2": [ "SiteD", "SiteE" ] }, "zone": ["zone1", "zone2"], "site" :...
Steps to reproduce 1) Define DATABASE_URL env. variable with the password containing * sign , for example ``` DATABASE_URL=postgres://user:1*[email protected]:5432/db ``` Resulting pgbouncer.ini file will contain wrong connection parameters. This part...
It seems that in the latest fluentd version there is now issue with mount of the host folder to **/fluentd/logs** The issue happens on dynamically created EC2 instances in AWS....
### Contact Details [email protected] ### Is your feature request related to a problem? Please describe. Hello, It would be great to have an ability to deploy Kubeshark in air-gapped clusters...
* Cookiecutter version: 2.2.1 * Python version: 3.11.2 * Operating System: Debian GNU/Linux 12 (bookworm) ### Description: I have my cookiecutter project when I define internal hidden variables and then...