sed -i 's/access\.log/access.log rt_cache/'$EE_SITE_NGINX_CONF&&\
sed -i '/location \/ {/,/}/c \\tindex index.php index.htm index.html'$EE_SITE_NGINX_CONF|| ee_lib_error "Unable to update nginx configuration to $EE_SITE_CREATE_OPTION, $EE_SITE_CACHE_OPTION for $EE_DOMAIN, exit status ="$?
sed -i '/index index.html index.htm;$/d'$EE_SITE_NGINX_CONF&&\
sed -i '/location \/ {/,/}/c \\tindex index.php index.htm index.html;'$EE_SITE_NGINX_CONF|| ee_lib_error "Unable to update nginx configuration to $EE_SITE_CREATE_OPTION, $EE_SITE_CACHE_OPTION for $EE_DOMAIN, exit status ="$?
sed -i '/include common\/locations.conf/i \\tinclude common\/php.conf;'$EE_SITE_NGINX_CONF|| ee_lib_error "Unable to update nginx configuration to $EE_SITE_CREATE_OPTION, $EE_SITE_CACHE_OPTION for $EE_DOMAIN, exit status ="$?