Re-wrote compose and conf removing personal info

This commit is contained in:
2021-12-07 13:26:24 +00:00
parent 1d5dfaa5ee
commit fe83a47dae
3 changed files with 116 additions and 0 deletions

2
nginx/ssl.conf Normal file
View File

@@ -0,0 +1,2 @@
ssl_certificate /etc/letsencrypt/live/domain_name/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/domain_name/privkey.pem; # managed by Certbot