mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 01:38:15 -05:00
Liquid path
This commit is contained in:
parent
724e89d308
commit
5db1d0f6ab
@ -119,7 +119,9 @@ const internalNginx = {
|
||||
logger.info('Generating ' + host_type + ' Config:', host);
|
||||
}
|
||||
|
||||
let renderEngine = Liquid();
|
||||
let renderEngine = Liquid({
|
||||
root: __dirname + '/../templates/',
|
||||
});
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
let template = null;
|
||||
|
Loading…
Reference in New Issue
Block a user