Skip to content

Instantly share code, notes, and snippets.

@manojbi
manojbi / txt
Created February 13, 2016 16:09
Nginx editing php.ini changes
How to reflects php.ini changes in Nginx server (Ubuntu).
Step1 :- Get the php.ini location (usually located on /etc/php/fpm/php.ini )
command:- locate php.ini
Step2 :- Open the php.ini file.
command:- vi /etc/php/fpm/php.ini
Step3 :- Apply changes on it.
Like:- memory_limit = 10M