From d94bfa02ef2114d62fa0798899a3589ae8699d82 Mon Sep 17 00:00:00 2001 From: micutu Date: Tue, 15 Oct 2024 18:31:08 +0000 Subject: [PATCH] Update app.conf --- app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.conf b/app.conf index 20a7678..4ee8428 100644 --- a/app.conf +++ b/app.conf @@ -17,6 +17,6 @@ server { ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; location / { - proxy_pass http://example.org; #for demo purposes + root /var/www/; } }