須賀 wrote a new post, Nginxを複数インスタンスに分けて起動する方法 4日前
それぞれ別の設定ファイル・PIDファイルを用意する。
nginx -c /etc/nginx/nginx1.conf
nginx -c /etc/nginx/nginx2.conf
各設定ファイルで必ず 別々のポートとPIDファイル を指定する。
# nginx1.conf
pid /var/run/nginx1.p[…]
須賀 wrote a new post, google adsense 6年 8か月前
google adsense をご存知でしょうか。
google adsense とは、webサイトに広告を掲載することで[…]