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
After setting up a new installation and restoring the modules from backup, are the modules/ and subdirectories with root:root permissions in my case. Alpine Linux is missing usermod to change the permissions.
drwxr-xr-x 9 nginx www-data 4096 May 18 11:39 CustomFields
drwxr-xr-x 8 root root 4096 Feb 23 17:38 CustomFolders
Solution was for me after exec to freescout app: chown -R "${NGINX_USER}":"${NGINX_GROUP}" "${NGINX_WEBROOT}"/Modules/
The text was updated successfully, but these errors were encountered:
Hey,
After setting up a new installation and restoring the modules from backup, are the modules/ and subdirectories with root:root permissions in my case. Alpine Linux is missing usermod to change the permissions.
drwxr-xr-x 9 nginx www-data 4096 May 18 11:39 CustomFields
drwxr-xr-x 8 root root 4096 Feb 23 17:38 CustomFolders
Solution was for me after exec to freescout app:
chown -R "${NGINX_USER}":"${NGINX_GROUP}" "${NGINX_WEBROOT}"/Modules/
The text was updated successfully, but these errors were encountered: