This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |