[url=http://www.contentwithstyle.co.uk/content/zend-framework-with-nginx]fastcgi_param APPLICATION_ENV staging;[/url]
if ($host ~ \.local$) {
set $fuel_env development;
}
if ($host ~ \.test$) {
set $fuel_env testing;
}
if ($host ~ \.com.ar$) {
set $fuel_env production;
}
fastcgi_param FUEL_ENV $fuel_env;
It looks like you're new here. If you want to get involved, click one of these buttons!