勉強したことのメモ

Webエンジニア / プログラマが勉強したことのメモ。

「 Nginx 」 一覧

Nginxでリダイレクト(http->https)及びリライト設定

Nginxでリダイレクト(http->https)及びリライト設定

  2021/08/17    Nginx サーバー

Nginxでhttpアクセス時にhttpsリダイレクトさせたい。それとは別に「h ...

Nginxで特定のディレクトリに対してBasic認証を設定

Nginxで特定のディレクトリに対してBasic認証を設定

  2021/08/08    Nginx サーバー

Nginxで特定のディレクトリに対してBasic認証を設定したい。Apacheだ ...

Nginxのバーチャルホスト設定とLet's Encryptの導入

Nginxのバーチャルホスト設定とLet's Encryptの導入

  2021/08/08    Nginx サーバー

NginxでVirtualHostの設定し、複数のドメインを同一サーバに割り当て ...

CentOS7系にLEMP環境(Linux + Nginx + MySQL + PHP)を構築

CentOS7系にLEMP環境(Linux + Nginx + MySQL + PHP)を構築

先日KAGOYAのVPSからIndigoに移行した際にCentOS6から7へバー ...