10 lines
327 B
PHP
10 lines
327 B
PHP
|
# ----------------------------------------------------------------------
|
||
|
# | Config file for ssl certificate for <?=$this->e($domain)?> host |
|
||
|
# ----------------------------------------------------------------------
|
||
|
|
||
|
server {
|
||
|
listen [::]:80;
|
||
|
listen 80;
|
||
|
server_name www.<?=$this->e($domain)?> <?=$this->e($domain)?>;
|
||
|
}
|