Some more conf files

This commit is contained in:
MattIPv4
2020-05-14 18:01:55 +01:00
parent 742b0c8999
commit adf4752e1c
6 changed files with 228 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ limitations under the License.
return this.$data.global.nginx.nginxConfigDirectory.computed.replace(/\/+$/, '');
},
confFiles() {
return generators(this.$data.domains, this.$data.global);
return generators(this.$data.domains.filter(d => d !== null), this.$data.global);
},
},
mounted() {