mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Liquid path
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user