Remove invalid umask from php-fpm pool config (not supported)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
umask 0022
|
||||
umask 022
|
||||
|
||||
cd /var/www
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
umask = 0022
|
||||
|
||||
Reference in New Issue
Block a user