Skip to content

Commit

Permalink
Fix typo in NGINX configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jul 30, 2024
1 parent 731680f commit 0a17cfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/host_vars/lovelace/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 0a17cfa

Please sign in to comment.