You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I upload files from windows machine to some servers, created files/folders have permissions 640/750. This is a problem because the files are not readable through webserver.
I think that deploy.ini should contain options like
default_permission_file = 644
default_permission_folder = 755
some folder or files require different permissions, in example cache folder must be writable. So deploy,ini should contain options like
chmod[] = cache:777
chmod[] = logs/some.log:666
The text was updated successfully, but these errors were encountered:
Thanks for interesting tool.
I found some problems with file permissions:
I think that deploy.ini should contain options like
default_permission_file = 644
default_permission_folder = 755
chmod[] = cache:777
chmod[] = logs/some.log:666
The text was updated successfully, but these errors were encountered: