Commit 4f4ca2b
370: Fix nginx static-file location to fall back to PHP
The regex location for static files (jpg, png, etc.) had no try_files
directive, so first-time requests to /media/cache/resolve/... 404'd
without ever reaching Symfony. Adding the same fallback as location /
lets LiipImagineBundle generate missing thumbnails on demand.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0ee0f06 commit 4f4ca2b
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments