README.md in capistrano-sumo-1.1.1 vs README.md in capistrano-sumo-1.1.2
- old
+ new
@@ -112,11 +112,11 @@
server "php71-001.sumohosting.be", user: "$production-user", roles: %w{app db web}
set :document_root, "/home/$production-user/domains/$domain/public_html"
set :deploy_to, "/home/$production-user/apps/#{fetch :project}"
-set :opcache_reset_strategy, "file"
-set :opcache_reset_base_url, "#{fetch :production_url}"
+set :opcache_reset_strategy, "fcgi"
+set :opcache_reset_fcgi_connection_string, "/usr/local/php71/sockets/$production-user.sock"
### DO NOT EDIT BELOW ###
set :keep_releases, 3
set :php_bin, "php"