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.

【CentOS8】Varnish リッスンポートの設定ファイルが見つからないあなたへ

Posted at

CentOS8でVarnishを建てたところ、Varnishのリッスンポートの設定ファイルが見つからなかった。

##公式チュートリアル
各設定ファイルの場所

Debian/Ubuntu (legacy)
 -> /etc/default/varnish

Debian (v8+) / Ubuntu (v15.04+)
 -> /etc/systemd/system/varnish.service.d/customexec.confにファイルを新規作成

Red Hat Enterprise Linux / CentOS
 -> /etc/sysconfig/varnish

ただ、私のCentOS8では「/etc/sysconfig/varnish」は見つからず、、

##見つけた場所

/usr/lib/systemd/system/varnish.service

ほかに似たようなことで困っている人がいないので、自分だけの事象かも?

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?