commit ef43f87c8046fd6e523cdcda4324c13aa38bc698
parent 272c95237d24f1bbea05673935cad7f59af76ef9
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 5 Mar 2023 13:07:35 +0100
fix logging
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/debian/etc/nginx/sites-available/libeufin-sandbox b/debian/etc/nginx/sites-available/libeufin-sandbox
@@ -14,6 +14,9 @@ server {
# - replace with your actual server name.
server_name localhost;
+ access_log /var/log/nginx/libeufin-sandbox.log;
+ error_log /var/log/nginx/libeufin-sandbox.err;
+
# Doesn't take requests away from the backend,
# because that expects always a "/demobanks/default"
# prefix.