1
0
Fork 1

Use proper docroot-relative path in NGINX config

remotes/1715175271555336803/main
gravel 2 years ago
parent 33888f0d30
commit 3f14ca31fd
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -1,3 +1,3 @@
location /listings/lp-output {
location / {
default_type application/json;
}