Nginx set environment variable. Copy. For php-cgi: env[APP_ENV] = production For php-fpm: location / { fastcgi_param APP_ENV production; }.
確定! 回上一頁