summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 4db60991f35645095c4726663dce77694fa00b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
  DocumentRoot /opt/librenms/html/
  ServerName  librenms.example.com
  CustomLog /opt/librenms/logs/access_log combined
  ErrorLog /opt/librenms/logs/error_log
  AllowEncodedSlashes On
  <Directory "/opt/librenms/html/">
    AllowOverride All
    Options FollowSymLinks MultiViews
  </Directory>
</VirtualHost>