diff --git a/etc/nginx/lp.conf b/etc/nginx/lp.conf index 90b0845..9c8e8ee 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; }