Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Add support for using apache rather than nginx #119

Open
ghost opened this issue Apr 19, 2016 · 2 comments
Open

Add support for using apache rather than nginx #119

ghost opened this issue Apr 19, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 19, 2016

Hello,

I tried to use apache for webserver rather than nginx by setting node['kibana']['webserver'] to 'apache'. However, it seems like the template is hardcoded in install.rb:

kibana_web 'kibana' do
  type lazy { node['kibana']['webserver'] }
  docroot docroot
  es_server node['kibana']['es_server']
  kibana_port node['kibana']['java_webserver_port']
  template 'kibana-nginx_file.conf.erb'
  not_if { node['kibana']['webserver'] == '' }
end

Wanted to check if I was doing something wrong. Can someone help?

Thanks!

@martinb3 martinb3 changed the title Using apache rather than nginx Add support for using apache rather than nginx Jun 21, 2016
@martinb3
Copy link
Collaborator

Hello! Indeed, it does look like the template is hard-coded. I'd be glad to merge/review a PR to implement this, but I haven't been able to find the time to implement it myself.

@gerilya
Copy link
Contributor

gerilya commented Sep 27, 2016

Please refer to PR123 #123

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants