From 961b3d1cb958b7afd119a9df7ae71730093e47b2 Mon Sep 17 00:00:00 2001 From: micutu Date: Mon, 14 Oct 2024 21:52:52 +0000 Subject: [PATCH] Update app.conf --- app.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.conf b/app.conf index a3d3170..20a7678 100644 --- a/app.conf +++ b/app.conf @@ -13,6 +13,8 @@ server { server_name example.org; ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem; + include /etc/letsencrypt/options-ssl-nginx.conf; + ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; location / { proxy_pass http://example.org; #for demo purposes