From bd3a263d6b647d70ccb29f67f4d1125bf55b26a7 Mon Sep 17 00:00:00 2001 From: Anghelo Flores Date: Tue, 17 Feb 2026 20:24:02 +0000 Subject: [PATCH] fix: almacenamiento path corregido para servir imagenes --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ab361f5..c3b4909 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -36,7 +36,7 @@ server { # Storage files (uploaded images, etc.) location /storage { - alias /var/www/html/storage/app/public; + alias /var/www/html/storage/app/public/app/public; expires 7d; add_header Cache-Control "public"; try_files $uri =404;