mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-06 03:06:09 +08:00
All the files!
This commit is contained in:
@@ -171,7 +171,7 @@ export default (domain, domains, global) => {
|
||||
|
||||
if (global.tools.modularizedStructure.computed) {
|
||||
// Modularized
|
||||
locConf.push(['include', 'nginxconfig.io/python_uwsgi.conf']);
|
||||
locConf.push(['include', 'nginxconfig.io/proxy.conf']);
|
||||
} else {
|
||||
// Unified
|
||||
locConf.push(...Object.entries(proxyConf()));
|
||||
|
||||
Reference in New Issue
Block a user