Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 amazon linux ex2 上使用 nginx 将我的 php 版本更新到 5.4?
sudo yum upgrade php54-fpm php54-common -y(假设您使用的是 PHP-FPM,这是与 Nginx 一起使用它的最常见原因)。尽管这应该作为配置/编排过程的一部分来完成。手动单独配置 EC2 表明您正在错误地使用该平台。
sudo yum upgrade php54-fpm php54-common -y