Skip to content
Snippets Groups Projects

WIP custom preset for nginx

Merged Dejan requested to merge nginx/custom-preset into main
3 files
+ 0
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
12
@@ -618,18 +618,6 @@ class Handler extends BaseHandler {
'dest' => $projectRoot . '/tests/cypress/support',
'add2git' => TRUE,
];
if ($this->config->readValue(['webserver', 'preset']) === 'custom') {
$files['custom.conf'] = [
'source' => 'nginx/',
'dest' => $projectRoot . '/nginx/',
'add2git' => TRUE,
];
$files['upstream.custom.conf'] = [
'source' => 'nginx/',
'dest' => $projectRoot . '/nginx/',
'add2git' => TRUE,
];
}
if (getenv('LAKEDROPS_BUILD_NG') === 'yes') {
if ($this->config->readValue(['backup', 'enable'])) {
$files['config.yaml'] = [
Loading