From 3f14ca31fd054f5b6b1b1946407c26d4727d1896 Mon Sep 17 00:00:00 2001 From: gravel Date: Thu, 1 Jun 2023 18:03:52 +0000 Subject: [PATCH] Use proper docroot-relative path in NGINX config --- etc/nginx/lp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/lp.conf b/etc/nginx/lp.conf index de0283da..90b08451 100644 --- a/etc/nginx/lp.conf +++ b/etc/nginx/lp.conf @@ -1,3 +1,3 @@ - location /listings/lp-output { + location / { default_type application/json; }