fix: ensure storage path permissions are set in entry script
This commit is contained in:
+1
-1
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user