Skip to content
Snippets Groups Projects
Commit d2c1d1d6 authored by František Dvořák's avatar František Dvořák
Browse files

Merge branch 'prod_file_permissions' into 'master'

Adding execute bit into file permissions on production

See merge request !34
parents 428c9223 402bb5c0
No related branches found
No related tags found
1 merge request!34Adding execute bit into file permissions on production
...@@ -262,7 +262,7 @@ hub: ...@@ -262,7 +262,7 @@ hub:
{"name": "WEBDAV_VENDOR", "value": "owncloud"}, {"name": "WEBDAV_VENDOR", "value": "owncloud"},
# XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret # XXX: strict permissions needed for .local/share/jupyter/runtime/jupyter_cookie_secret
# quicker directory cache and polling # quicker directory cache and polling
{"name": "MOUNT_OPTS", "value": "--file-perms=0600 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"}, {"name": "MOUNT_OPTS", "value": "--file-perms=0700 --dir-perms=0770 --dir-cache-time=1m0s --poll-interval=0m20s"},
{"name": "MOUNT_PATH", "value": "/owncloud" + subpath}, {"name": "MOUNT_PATH", "value": "/owncloud" + subpath},
# default mode is "full" # default mode is "full"
{"name": "VFS_CACHE_MODE", "value": "full"}, {"name": "VFS_CACHE_MODE", "value": "full"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment