Dan904 / Plutonium-EC2-Server

0 stars 0 forks source link

fastcgi_params -- add this in if fastcgi version is below 0.8.30 #27

Closed mateenh closed 7 years ago

mateenh commented 7 years ago

Pre-0.8.30 fastcgi settings

If you are using a version below 0.8.30, you will want to add this to your fastcgi_params file.

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;