mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-12-07 20:08:52 +00:00
All updated & new site configs
This commit is contained in:
@@ -5,7 +5,8 @@ server {
|
||||
location / {
|
||||
proxy_pass http://localhost:31458;
|
||||
}
|
||||
ssl_certificate /etc/letsencrypt/live/chatbot.kevinmidboe.com-0001/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/chatbot.kevinmidboe.com-0001/privkey.pem; # managed by Certbot
|
||||
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/chatbot.kevinmidboe.com/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/chatbot.kevinmidboe.com/privkey.pem; # managed by Certbot
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user