All updated & new site configs

This commit is contained in:
2022-06-15 15:27:27 +00:00
parent 03ab631235
commit 602420f4dc
57 changed files with 1910 additions and 296 deletions

25
sites-available/plex.conf Normal file
View File

@@ -0,0 +1,25 @@
server {
listen 443;
server_name sonarr.schleppe.cloud;
location / {
proxy_pass http://blex.schleppe:8989;
}
ssl_certificate /etc/letsencrypt/live/sonarr.schleppe.cloud/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/sonarr.schleppe.cloud/privkey.pem; # managed by Certbot
}
server {
listen 443;
server_name tau.schleppe.cloud;
location / {
proxy_pass http://blex.schleppe:8181;
}
ssl_certificate /etc/letsencrypt/live/tau.schleppe.cloud/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/tau.schleppe.cloud/privkey.pem; # managed by Certbot
}