Skip to content

Chassis/phpfpmconf

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Custom PHP FPM Conf

A Chassis extension that allows you to append new configuration values to your php-fpm.conf so you can tailor your Chassis box to match your server requirements.

Installation

You have two options to install this extension.

  1. Clone the extension manually.
# In your Chassis dir:
git clone --recursive https://github.com/Chassis/phpfpmconf.git extensions/phpfpmconf
   
# Reprovision
cd ..
vagrant provision
  1. Alter your config.yaml file to include this extensions.
extensions:
 - chassis/phpfpmconf

Then reprovision

# Reprovision
cd ..
vagrant provision

Configuration

  1. Add a new file called custom.conf into your content directory.
  2. Add your custom configuration to this file. e.g. security.limit_extensions = php.html .php .html
  3. Reprovision vagrant provision.

About

A Chassis extension to modify php-fpm.conf

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages