Skip to content

Commit 80ab2d7

Browse files
committed
Make template path relative.
1 parent 697c101 commit 80ab2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

directives/vhost.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = function(options) {
22
var host = options.host
3-
, confFile = options.confFile || 'vhost.ejs'
3+
, confFile = options.confFile || './vhost.ejs'
44

55
return function(sys) {
66
var path = '/etc/nginx/sites-available/' + host;

0 commit comments

Comments
 (0)