Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 495
    • Issues 495
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 28
    • Merge Requests 28
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #4784

Closed
Open
Opened Sep 14, 2017 by Luis Ortiz@luis_compegps

New Feature, add new extra parameter in vhost.conf.master template

In order to improve headers sent to php-fpm, is necessary to add manually an extra directive to php-fpm The original template vhost.conf.master an extra parameter can be added in order if you make reconfigurations from panel, this extra parameter is deleted.

ispconfig/server/conf/vhost.conf.master

lines 353,356,407

we found something like this: FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -idle-timeout 3000 -pass-header Authorization

New feature will be like this FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -idle-timeout 3000 -pass-header Authorization -pass-header Content-Type

add -pass-header Content-Type at the end

thank you

Assignee
Assign to
3.1.7
Milestone
3.1.7
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#4784