Merge pull request #74 from pxgamer/bugfix/set-ssl-config
Fix SSL configuration method
This commit is contained in:
@@ -261,7 +261,7 @@ class PageRulesActions implements Configurations
|
|||||||
throw new ConfigurationsException('Can only be set to off, flexible, full, strict, origin_pull.');
|
throw new ConfigurationsException('Can only be set to off, flexible, full, strict, origin_pull.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->addConfigurationOption('smart_errors', [
|
$this->addConfigurationOption('ssl', [
|
||||||
'value' => $value
|
'value' => $value
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user