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:
2026-04-06 17:23:18 +05:00
parent a464a13ebd
commit 987f498ec9
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
umask 0022 umask 022
cd /var/www cd /var/www

View File

@@ -7,4 +7,3 @@ pm.max_children = 5
pm.start_servers = 2 pm.start_servers = 2
pm.min_spare_servers = 1 pm.min_spare_servers = 1
pm.max_spare_servers = 3 pm.max_spare_servers = 3
umask = 0022