From de799bf38984acb54b0693e7a21ada6b768532b4 Mon Sep 17 00:00:00 2001 From: gravel Date: Thu, 1 Jun 2023 18:09:02 +0000 Subject: [PATCH] Limit new NGINX config location --- etc/nginx/lp.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/nginx/lp.conf b/etc/nginx/lp.conf index 90b08451..9c8e8ee1 100644 --- a/etc/nginx/lp.conf +++ b/etc/nginx/lp.conf @@ -1,3 +1,7 @@ - location / { + location /listing { + default_type application/json; + } + + location /listings { default_type application/json; }