Hello all,
Today in my Apache I use this directive in my htaccess:
ForceType application/x-httpd-php
There is any alternative to it in nginx?
Thank You.
Posted at Nginx Forum:
Hello all,
Today in my Apache I use this directive in my htaccess:
ForceType application/x-httpd-php
There is any alternative to it in nginx?
Thank You.
Posted at Nginx Forum:
There is any alternative to it in nginx?
location = /test.php
{
types {
application/x-httpd-php php;
}
}
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs