0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【備忘】MySQLとNGINXを使ってるときの設定ファイル名の拡張子

Last updated at Posted at 2020-12-14

きっかけはただの初歩的なミスでした。

結論

MySQLの設定ファイルは default.cnfmy.cnf
nginxの設定のファイルは default.conf

この拡張子の違いのおかげで1日溶かしました。

こんな状況で起こった

docker-compose環境で、「node+mysql」のコンテナと「node+vue-cli」のコンテナのリバプロをnginxのコンテナを利用して実装したかった。
 その際、nginxの設定ファイル default.conf をMySQLの設定ファイル default.cnf と混同してどっちも default.cnf にしたためにnginxに設定が反映されず、「あれれー?おっかしいなー??」を20時間くらいしてた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?