Помогите применить это решение проблемы к моей конфигурации ngix от openservera, чет не получается у меня.
"I think I found what is happening.
Livewire use Laravel signed routes for preview urls and it cannot work with an nginx location directive that targets all images. Livewire previews images requests needs to be passed to Laravel.
So we can target every request uri that contains /livewire (or /preview-file) and pass them to Laravel.
And then cache all other static files as you were doing before."
# Pass request to Laravel for any file in a livwire dir.