summaryrefslogtreecommitdiff
path: root/server.conf
diff options
context:
space:
mode:
authorGravatar steering72532026-06-24 02:09:52 -0600
committerGravatar steering72532026-06-24 02:09:52 -0600
commitcf1e3ec5a76ab1295a45b99b0165ba7fdb9c2585 (patch)
tree14a5d980a2798b81045fcc401ab43684b2f2482e /server.conf
parentadd trusted cert file too (diff)
json logs
Diffstat (limited to 'server.conf')
-rw-r--r--server.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.conf b/server.conf
index 4d3a710..6b6fc02 100644
--- a/server.conf
+++ b/server.conf
@@ -1,5 +1,5 @@
http2 on;
-access_log /var/log/nginx/access.log i2pd;
+access_log /var/log/nginx/access.log.json json;
location /.well-known/ {
root /var/www/localhost/htdocs;