is there anyway to use a different user for php-fpm socket?
ray-moncada opened this issue · 1 comments
ray-moncada commented
my php-fpm setting is
listen.owner = my-user
listen.group = my-user
listen.mode = 0660
but amplify requires,
listen.owner = www-data
listen.group = www-data
listen.mode = 0660
is there a way I can change this on the amplify setting to match my php-fpm user?
ray-moncada commented
I was having problems connecting but the issue was not the owner. It was the pm.status_path not enabled.