New InstallServer script. Apache config added. Restserver install script updated

This commit is contained in:
2017-09-17 19:25:53 +02:00
parent dd5e759184
commit 4f824ba29a
3 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<VirtualHost *:80>
ServerName localhost
ServerAdmin lala@lala.de
DocumentRoot /var/www/html/public
<Directory /var/www/html>
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>