summaryrefslogtreecommitdiff
path: root/apache2/sites-available/django.secure-example.com.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-19 21:46:32 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-19 21:46:32 +0200
commit22d039b11701c46422d97b550494a47730080d0b (patch)
tree488ea65a966278a0a5d5518b98f38ff2b931f5bf /apache2/sites-available/django.secure-example.com.conf
parent6266a6ff0ddb65353b9c491da408bb5fc9b543f3 (diff)
fix use conf snippet local-tls (not local-ssl)
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 9a7db14..7ff403d 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-available/local-ssl.conf
+ Include conf-available/local-tls.conf
<Location />
SetHandler uwsgi-handler