MovableType AMI版でApacheからNginxに切り替える方法を紹介します。 1.はじめに MovableType AMI版(無料枠)でEC2サーバを起動すると、デフォルトのウェブサーバはApacheになるようです。 [ec2-user@ip-xx-xx-xx-xx ~]$ curl -I http://127.0.0.1/ HTTP/1.1 200 OK Date: Thu, 23 Jul 2026 13:08:28 GMT Server: Apache/2.4.67 (Amazon Linux) Accept-Ranges: bytes Vary: Accept-Encoding,User-Agent Content-Length: 6091 Content-Type: text/html; charset=UTF-8 これをnginxに切り替える手順を紹介します。 なお

