diff options
Diffstat (limited to '000-default.conf')
-rw-r--r-- | 000-default.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/000-default.conf b/000-default.conf new file mode 100644 index 0000000..4e90b92 --- /dev/null +++ b/000-default.conf @@ -0,0 +1,18 @@ +ServerTokens Prod +ServerSignature Off + +<VirtualHost *:80> + ServerName app + + ServerAdmin mystic@jonaskohl.de + DocumentRoot /var/www/html + + <Directory /var/www/html> + Options FollowSymLinks + AllowOverride All + Require all granted + </Directory> + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +</VirtualHost> |