Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 563
    • Issues 563
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 53
    • Merge requests 53
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Merge requests
  • !1416

Added directive to add fpm pool directives directly without php_admin_value wrappers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kreso Pendic requested to merge kpendic/ispconfig3:fpm-pool-php-directives into develop Feb 13, 2021
  • Overview 9
  • Commits 1
  • Pipelines 2
  • Changes 1

Hi, I needed to add directives for php fpm 'OPTIONS' tab -> inside existing php.ini settings textarea:

process.priority
pm.status_path
etc..

and that are fpm pool directives but the issue is that plugin nginx_plugin.inc.php file wrappes it in php_admin_value[] so I ended up with solution to prefix line with 'POOL' keyword and escaped it

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fpm-pool-php-directives