From f6874ea2356bdc02890e978f59430a9ca4d64498 Mon Sep 17 00:00:00 2001 From: Emil Wolff Date: Fri, 30 Jan 2026 12:29:25 +0100 Subject: [PATCH] remove apache config --- example_config/apache2/sites-available/motion.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 example_config/apache2/sites-available/motion.conf diff --git a/example_config/apache2/sites-available/motion.conf b/example_config/apache2/sites-available/motion.conf deleted file mode 100644 index 485e45a..0000000 --- a/example_config/apache2/sites-available/motion.conf +++ /dev/null @@ -1,14 +0,0 @@ - - ServerName motion.unicon-gmbh.de - DocumentRoot /z/motion/ - - - Options Indexes FollowSymLinks - AllowOverride None - Require all granted - - - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - -