目次
文書の過去の版を表示しています。
yumプライベートリポジトリの構築
パッケージインストール
$ sudo yum install nginx createrepo
firewallの設定
$ sudo firewall-cmd --permanent --add-service=http $ sudo firewall-cmd --reload
サービス自動起動設定
$ sudo systemctl enable nginx.service
サービス起動
$ sudo systemctl start nginx.service
Nginxの設定
$ sudo vi /etc/nginx/nginx.conf