location / {
root /usr/share/nginx/html;
try_files $uri $uri/ =404;
}
curl --location 'http://localhost:3006/public/' норм, получил index.html
curl --location 'http://localhost:3006/public' 404 error, но я же указал $uri/ в try_files. Вроде должен был найти?