From 93d9dc5ad74d34d1b02cac5a02f2ac6603820ba7 Mon Sep 17 00:00:00 2001 From: micutu Date: Mon, 14 Oct 2024 21:52:10 +0000 Subject: [PATCH] Update app.conf --- app.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.conf b/app.conf index 45c4723..a3d3170 100644 --- a/app.conf +++ b/app.conf @@ -11,6 +11,8 @@ server { server { listen 443 ssl; server_name example.org; + ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem; location / { proxy_pass http://example.org; #for demo purposes