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

View File

@@ -5,9 +5,8 @@ server {
listen [::]:443 ssl http2;
server_name api.kevinmidboe.com;
ssl_certificate /etc/letsencrypt/live/api.kevinmidboe.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/api.kevinmidboe.com/privkey.pem; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/api.kevinmidboe.com-0001/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/api.kevinmidboe.com-0001/privkey.pem; # managed by Certbot
location /files {
alias /var/Www/public_files;
@@ -34,4 +33,6 @@ server {
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}