2018-02-01から1ヶ月間の記事一覧

Webサーバー環境整備

パーミッションやオーナーを一括で変更する qiita.com CentOS 7 (5, 6) で "安定版 (最新版)" のNginxをインストールする方法 qiita.com nginx server { listen 80; server_name example.com; # root /opt/www; location / { index index.php index.html; } …