mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
Init commit with all nginx files on api server
This commit is contained in:
11
sites-available/chatbot.kevinmidboe.conf
Normal file
11
sites-available/chatbot.kevinmidboe.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443;
|
||||
server_name chatbot.kevinmidboe.com;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:31458;
|
||||
}
|
||||
|
||||
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