We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697c101 commit 80ab2d7Copy full SHA for 80ab2d7
directives/vhost.js
@@ -1,6 +1,6 @@
1
module.exports = function(options) {
2
var host = options.host
3
- , confFile = options.confFile || 'vhost.ejs'
+ , confFile = options.confFile || './vhost.ejs'
4
5
return function(sys) {
6
var path = '/etc/nginx/sites-available/' + host;
0 commit comments