mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
5b6e4e1b98
commit
5fc729a263
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ defaults:
|
|||
certificates:
|
||||
- domain: {{ $domain }}
|
||||
solver:
|
||||
subject_alternative_names:
|
||||
- '*.{{ $domain }}'
|
||||
name: http-file
|
||||
adapter: local
|
||||
root: {{ $domainPublic }}
|
||||
|
|
|
@ -74,6 +74,8 @@ IncludeOptional conf-enabled/*.conf
|
|||
|
||||
ServerName {{$virtualHost['domain']}}
|
||||
|
||||
ServerAlias www.{{$virtualHost['domain']}}
|
||||
|
||||
@if(!empty($virtualHost['domainAlias']))
|
||||
|
||||
ServerAlias {{$virtualHost['domainAlias']}}
|
||||
|
|
Loading…
Reference in a new issue