Skip to content

Commit

Permalink
Added missing apache conf file.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Apr 1, 2024
1 parent ce8d643 commit 0aef358
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions etc/apache2/sites-available/unity-ui.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<VirtualHost *:80>

ServerName localhost
DocumentRoot /var/www/unity-ui/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

<Directory /var/www/unity-ui/>
Options -Indexes
AllowOverride All
Order allow,deny
allow from all
</Directory>

</VirtualHost>

0 comments on commit 0aef358

Please sign in to comment.