- improve cdist type

- support for basic Nginx config under Centos and Debian
- improve security feature under Nginx
- support for Let's Encrypt
- support for SSL
This commit is contained in:
moep 2017-07-12 23:25:32 +02:00
commit 487fbcf8ea
13 changed files with 239 additions and 5 deletions

6
files/nginx-header-https Normal file
View file

@ -0,0 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
ssl_certificate /etc/nginx/ssl.crt;
ssl_certificate_key /etc/nginx/ssl.key;