# Apache Virtual Host Konfiguration für NeoNail DB # Datei: /etc/apache2/sites-available/neonail.conf ServerName 192.168.30.81 DocumentRoot /var/www/html/public AllowOverride All Require all granted # Sicherheit - Zugriff auf sensible Dateien verhindern Order allow,deny Deny from all Order allow,deny Deny from all ErrorLog ${APACHE_LOG_DIR}/neonail_error.log CustomLog ${APACHE_LOG_DIR}/neonail_access.log combined