Merge pull request #74 from pxgamer/bugfix/set-ssl-config

Fix SSL configuration method
This commit is contained in:
Junade
2018-12-18 17:34:05 +00:00
committed by GitHub

View File

@@ -261,7 +261,7 @@ class PageRulesActions implements Configurations
throw new ConfigurationsException('Can only be set to off, flexible, full, strict, origin_pull.');
}
$this->addConfigurationOption('smart_errors', [
$this->addConfigurationOption('ssl', [
'value' => $value
]);
}