mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 17:40:46 +08:00
Typo (Drupal -> Magento) (#170)
This commit is contained in:
@@ -80,7 +80,7 @@ export default (domains, global) => {
|
|||||||
if (domains.some(d => d.php.drupalRules.computed))
|
if (domains.some(d => d.php.drupalRules.computed))
|
||||||
files['nginxconfig.io/drupal.conf'] = toConf(drupalConf(global));
|
files['nginxconfig.io/drupal.conf'] = toConf(drupalConf(global));
|
||||||
|
|
||||||
// Drupal
|
// Magento
|
||||||
if (domains.some(d => d.php.magentoRules.computed))
|
if (domains.some(d => d.php.magentoRules.computed))
|
||||||
files['nginxconfig.io/magento.conf'] = toConf(magentoConf());
|
files['nginxconfig.io/magento.conf'] = toConf(magentoConf());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user