From 0aef358460728b63eb7a4d9676f3c94804a59785 Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Mon, 1 Apr 2024 11:36:51 -0700 Subject: [PATCH] Added missing apache conf file. --- etc/apache2/sites-available/unity-ui.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/apache2/sites-available/unity-ui.conf diff --git a/etc/apache2/sites-available/unity-ui.conf b/etc/apache2/sites-available/unity-ui.conf new file mode 100644 index 0000000..3b8321a --- /dev/null +++ b/etc/apache2/sites-available/unity-ui.conf @@ -0,0 +1,15 @@ + + + ServerName localhost + DocumentRoot /var/www/unity-ui/ + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + + Options -Indexes + AllowOverride All + Order allow,deny + allow from all + + +