CentOS7 [CentOS7][Nginx][PHP]7.3をインストール WordPressで推奨されるPHPのバージョンが7.3以上だったので重い腰を上げてバージョンアップをした。 PHPを全部削除 yum remove php* 7.3をインストール yum -y --enablerepo=rem... 2019.12.20 CentOS7nginxphp
nginx [nginx]でgzip圧縮を有効にする 手順 confファイルに以下を追記 gzip on; gzip_types text/css application/javascript application/json; 2018.10.14 nginx
CentOS7 [CentOS7][nginx]をインストール 手順① nginxのインストール nginxリポジトリの追加 vim /etc/yum.repos.d/nginx.repo name=nginxrepo baseurl= インストール ... 2018.10.09 CentOS7nginx