fix(templates): no comments for php + ssl config
This commit is contained in:
parent
783952a707
commit
7d944e6fbb
3 changed files with 23 additions and 4 deletions
9
templates/nginx-for-ssl-certificate.php
Normal file
9
templates/nginx-for-ssl-certificate.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# | Config file for ssl certificate for <?=$this->e($domain)?> host |
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
server {
|
||||
listen [::]:80;
|
||||
listen 80;
|
||||
server_name www.<?=$this->e($domain)?> <?=$this->e($domain)?>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue