fix: ensure storage path permissions are set in entry script

This commit is contained in:
hackerESQ
2025-01-29 22:53:32 -06:00
parent 1faa22897b
commit 4b780fd6d2
5 changed files with 36 additions and 42 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ server {
listen 80;
server_name _;
root /var/www/app/public;
root /var/app/public;
index index.php index.html index.htm;
location / {