From 824a5cf9831d0ee8a8f6123c64fab3a9deadea86 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 11 Oct 2020 19:23:41 +0200 Subject: fix add extension .conf to apache2 site snippets --- apache2/sites-available/php.example.com | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 apache2/sites-available/php.example.com (limited to 'apache2/sites-available/php.example.com') diff --git a/apache2/sites-available/php.example.com b/apache2/sites-available/php.example.com deleted file mode 100644 index 259d5f1..0000000 --- a/apache2/sites-available/php.example.com +++ /dev/null @@ -1,26 +0,0 @@ - - ServerName php.example.com - ServerAdmin webmaster@example.com - DocumentRoot /var/www-php-app/foo - - - DirectoryIndex index.php - SetHandler uwsgi-handler - uWSGISocket /run/uwsgi/app/local-php-app/socket - uWSGImodifier1 9 - - - ErrorLog ${APACHE_LOG_DIR}/www.example.com-error.log - CustomLog ${APACHE_LOG_DIR}/www.example.com-access.log combined - - - ServerName www.php.example.com - ServerAlias *.php.example.com - - Include conf.d/local-log-origin.conf - - RedirectMatch permanent .* http://php.example.com/ - - ErrorLog ${APACHE_LOG_DIR}/django.example.com-error.log - CustomLog ${APACHE_LOG_DIR}/django.example.com-access.log origin - -- cgit v1.2.3