Skip to content

Instantly share code, notes, and snippets.

View vachanda's full-sized avatar

Vachan D A vachanda

  • UrbanLadder
  • Bangalore
View GitHub Profile
@vachanda
vachanda / icinga2.conf
Created September 19, 2016 10:15
Nginx config for icinga2 web interface.
server {
listen *:80;
server_name www.icinga2.com;
root /usr/share/icingaweb2/public; #Path of icinga2 web directory
index index.php;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
location = /favicon.ico {