mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 14:34:06 +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))
|
||||
files['nginxconfig.io/drupal.conf'] = toConf(drupalConf(global));
|
||||
|
||||
// Drupal
|
||||
// Magento
|
||||
if (domains.some(d => d.php.magentoRules.computed))
|
||||
files['nginxconfig.io/magento.conf'] = toConf(magentoConf());
|
||||
|
||||
|
Reference in New Issue
Block a user