diff --git a/.config/apache2/sites-available/bavbavhaus.localhost.conf b/.config/apache2/sites-available/bavbavhaus.localhost.conf deleted file mode 100644 index e165558..0000000 --- a/.config/apache2/sites-available/bavbavhaus.localhost.conf +++ /dev/null @@ -1,10 +0,0 @@ - - ServerName bavbavhaus.localhost - DocumentRoot /home/urosm/bavbavhaus.net/public_html - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - - - Require all granted - diff --git a/.config/apache2/sites-available/kontrakurs.localhost.conf b/.config/apache2/sites-available/kontrakurs.localhost.conf deleted file mode 100644 index 3e5c039..0000000 --- a/.config/apache2/sites-available/kontrakurs.localhost.conf +++ /dev/null @@ -1,16 +0,0 @@ - - ServerName kontrakurs.localhost - DocumentRoot /home/urosm/kontrakurs.org/public_html - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - AddHandler cgi-script .cgi - Options +ExecCGI - - ErrorDocument 404 /home/urosm/kontrakurs.org/public_html/ikiwiki.cgi - - - - Require all granted - -