mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
234ac290b6
commit
b7298698bd
3 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ class DomainResource extends Resource
|
|||
->hidden(function (Get $get) {
|
||||
return $get('server_application_type') !== 'apache_docker';
|
||||
})
|
||||
->label('Docker Contaier')
|
||||
->label('Docker Container')
|
||||
->options($dockerContainers)
|
||||
->columns(5)
|
||||
->required(),
|
||||
|
|
|
@ -288,7 +288,6 @@ class Domain extends Model
|
|||
|
||||
$apacheBaseConfig = $apacheVirtualHostBuilder->buildConfig();
|
||||
|
||||
dd($apacheBaseConfig);
|
||||
if (!empty($apacheBaseConfig)) {
|
||||
file_put_contents('/etc/apache2/sites-available/'.$this->domain.'.conf', $apacheBaseConfig);
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
@if (!empty($proxyPass))
|
||||
|
||||
ProxyPass / {{$proxyPass}}
|
||||
ProxyPassReverse / {{$proxyPass}}
|
||||
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue