From 074a2e327f642054eaabb1df3b56d3b985f7fbc6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 11 Mar 2022 15:02:50 +0100 Subject: [PATCH] Create oms.conf --- VM/oms.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 VM/oms.conf diff --git a/VM/oms.conf b/VM/oms.conf new file mode 100644 index 0000000..ac05e86 --- /dev/null +++ b/VM/oms.conf @@ -0,0 +1,13 @@ + + ServerAdmin webmaster@localhost + DocumentRoot /home/spl1nes/Orange-Management + + + Options Indexes FollowSymLinks + AllowOverride None + Require all granted + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +