fix(templates): no comments for php + ssl config

This commit is contained in:
mrflos 2022-11-22 10:09:27 +03:00
parent 783952a707
commit 7d944e6fbb
3 changed files with 23 additions and 4 deletions

View 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)?>;
}