Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6068b commit 1ac1f23Copy full SHA for 1ac1f23
lib/capistrano/symfony/defaults.rb
@@ -28,8 +28,8 @@
28
# Dirs that need to be writable by the HTTP Server (i.e. cache, log dirs)
29
set :file_permissions_paths, [fetch(:log_path), fetch(:cache_path)]
30
31
-# Name used by the Web Server (i.e. www-data for Apache)
32
-set :webserver_user, "www-data"
+# capistrano/file-permissions default
+set :file_permissions_paths, [fetch(:log_path), fetch(:cache_path)]
33
34
# Method used to set permissions (:chmod, :acl, or :chown)
35
set :permission_method, false
0 commit comments