ucan-lab / docker-laravel

🐳 Build a simple laravel development environment with Docker Compose.
https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf
MIT License
1.17k stars 380 forks source link

how i can show file with .file name in ngnix ? #234

Closed vahidalvandi closed 9 months ago

vahidalvandi commented 10 months ago
location ~ /\.(?!well-known).* {
    deny all;
}

like bellow link

https://dddddd.ccxc/storage/.attachment/widgets/202310/cropped_65360362783c5.webp

ucan-lab commented 9 months ago

I'll close this because it's not an issue with the docker-laravel repository, but about nginx configuration.