Limit new NGINX config location

dev
gravel 1 year ago
parent 3f14ca31fd
commit de799bf389
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -1,3 +1,7 @@
location / {
location /listing {
default_type application/json;
}
location /listings {
default_type application/json;
}

Loading…
Cancel
Save