summaryrefslogtreecommitdiff
path: root/apache2/sites-available/django.secure-example.com.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-11 21:13:07 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-11 21:13:07 +0200
commitb43721e0c52c05b273cbf4cdcde1a54e5dc87c7e (patch)
treec69100d4df00b615a2bcb41d29d68960ddc0ce56 /apache2/sites-available/django.secure-example.com.conf
parentba4e3d3b24bacc22a5e86e7b33df40775d77d7d4 (diff)
have apache2 example vhost snippets include snippet local-ssl from conf-available, and drop obsolete snippet conf.d/local-ssl.conf
Diffstat (limited to 'apache2/sites-available/django.secure-example.com.conf')
-rw-r--r--apache2/sites-available/django.secure-example.com.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2/sites-available/django.secure-example.com.conf b/apache2/sites-available/django.secure-example.com.conf
index e9200d9..9a7db14 100644
--- a/apache2/sites-available/django.secure-example.com.conf
+++ b/apache2/sites-available/django.secure-example.com.conf
@@ -3,7 +3,7 @@
ServerAdmin webmaster@example.com
DocumentRoot /var/www/nowhere
- Include conf.d/local-ssl.conf
+ Include conf-available/local-ssl.conf
<Location />
SetHandler uwsgi-handler