summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..4db60991f356
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,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> \ No newline at end of file