Skip to content

Commit 5db1d0f

Browse files
author
Jamie Curnow
committed
Liquid path
1 parent 724e89d commit 5db1d0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/internal/nginx.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ const internalNginx = {
119119
logger.info('Generating ' + host_type + ' Config:', host);
120120
}
121121

122-
let renderEngine = Liquid();
122+
let renderEngine = Liquid({
123+
root: __dirname + '/../templates/',
124+
});
123125

124126
return new Promise((resolve, reject) => {
125127
let template = null;

0 commit comments

Comments
 (0)