Add missing server_name rule to HTTP redirect block (fixes #160)

pull/162/head
MattIPv4 2020-07-23 16:40:51 +01:00
parent 989d2b257d
commit 15b2906128
1 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,8 @@ export default (domain, domains, global) => {
const redirectConfig = [];
redirectConfig.push(...httpListen(domain));
redirectConfig.push(['server_name',
`${domain.server.redirectSubdomains.computed ? '.' : ''}${domain.server.domain.computed}`]);
if (domain.https.certType.computed === 'letsEncrypt') {
// Let's encrypt