Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ac1f23

Browse files
committed
Remove un-used webserver_user variable
1 parent af6068b commit 1ac1f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/capistrano/symfony/defaults.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# Dirs that need to be writable by the HTTP Server (i.e. cache, log dirs)
2929
set :file_permissions_paths, [fetch(:log_path), fetch(:cache_path)]
3030

31-
# Name used by the Web Server (i.e. www-data for Apache)
32-
set :webserver_user, "www-data"
31+
# capistrano/file-permissions default
32+
set :file_permissions_paths, [fetch(:log_path), fetch(:cache_path)]
3333

3434
# Method used to set permissions (:chmod, :acl, or :chown)
3535
set :permission_method, false

0 commit comments

Comments
 (0)