mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-05 18:56:09 +08:00
* Joomla! conf * fix bug escape character & ; * remove global and fix presets } * change requests
This commit is contained in:
@@ -40,6 +40,7 @@ export default {
|
||||
wordPress: 'WordPress',
|
||||
drupal: 'Drupal',
|
||||
magento: 'Magento',
|
||||
joomla: 'Joomla',
|
||||
django: 'Django',
|
||||
logging: 'Logging',
|
||||
reverseProxy: 'Reverse proxy',
|
||||
|
||||
@@ -37,4 +37,6 @@ export default {
|
||||
enableDrupalRules: `${common.enable} ${common.drupal}-specific rules`,
|
||||
magentoRules: `${common.magento} rules`,
|
||||
enableMagentoRules: `${common.enable} ${common.magento}-specific rules`,
|
||||
joomlaRules: `${common.joomla} rules`,
|
||||
enableJoomlaRules: `${common.enable} ${common.joomla}-specific rules`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user