okashoi / isucon-practice-20200802

0 stars 0 forks source link

MySQL, Nginx の設定ファイルを Git 管理下にコピー #5

Closed okashoi closed 4 years ago

okashoi commented 4 years ago

シンボリックリンクもはった

$ ls -l /etc/my.cnf
lrwxrwxrwx 1 root root 27 Aug  2 05:26 /etc/my.cnf -> /opt/isucon3-mod/etc/my.cnf
$ ls -l /etc/nginx/nginx.conf
lrwxrwxrwx 1 root root 37 Aug  2 05:27 /etc/nginx/nginx.conf -> /opt/isucon3-mod/etc/nginx/nginx.conf
$ ls -l /etc/nginx/conf.d/isucon-app.conf
lrwxrwxrwx 1 root root 49 Aug  2 05:27 /etc/nginx/conf.d/isucon-app.conf -> /opt/isucon3-mod/etc/nginx/conf.d/isucon-app.conf