From 0a17cfaa12a1527588b3a141ea6f7c674f6a98c8 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 30 Jul 2024 18:09:20 +0200 Subject: Fix typo in NGINX configuration --- ansible/host_vars/lovelace/nginx.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ansible') diff --git a/ansible/host_vars/lovelace/nginx.yml b/ansible/host_vars/lovelace/nginx.yml index 3c76955..8b10865 100644 --- a/ansible/host_vars/lovelace/nginx.yml +++ b/ansible/host_vars/lovelace/nginx.yml @@ -38,3 +38,13 @@ nginx_configs: try_files $uri $uri/ =404; } } + + propaganda.pydis.wtf.conf: | + server { + listen 443; + server_name propaganda.pydis.wtf; + root /var/www/propaganda.pydis.wtf; + + ssl_certificate /etc/letsencrypt/live/pydis.wtf/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/pydis.wtf/privkey.pem; + } -- cgit v1.2.3