- 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:
parent
9e94ba36df
commit
487fbcf8ea
13 changed files with 239 additions and 5 deletions
6
files/nginx-header-https
Normal file
6
files/nginx-header-https
Normal 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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue