Nginx

Nginx

[5] nginx (えんじんえっくす) は、HTTPサーバー実装の1つです。

[6] Apache にかわって広く用いられるようになりました。

Docker 版

[7] library/nginx - Docker Hub () <https://hub.docker.com/_/nginx/>

[8] 設定ファイルは標準の /etc/nginx/nginx.conf です。このファイルを Dockervolume などにより置き換えれば、 nginx に好きな動作をさせることができます。

[9] 標準の設定ファイルは /etc/nginx/conf.d/*.conf を読み込むようになっています。 ここにファイルを配置することで、標準設定に加えて独自の設定を指定できます。 default.conf が元から配置されているので、必要なければこれを使わないように /etc/nginx/conf.d ごと独自の volume に差し替えるなどしたら良いです。

メモ

[1] nginx のリバースプロキシを構築した, カレンダーをインライン表示にした - HsbtDiary(2010-04-26) (SHIBATA Hiroshi 著, 版) <http://www.hsbt.org/diary/20100426.html>

[2] nginxを使った簡単快速reverse proxy+cacheサーバ構築法 - Masatomo Nakano Blog ( 版) <http://blog.madoro.org/mn/15>

[3]

動的に生成してるけど実質的に静的な内容のキャッシュにはうまく使えそうだけど、本当に動的な内容のキャッシュには向かなそう。

[4] nginx/nginx: An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html () <https://github.com/nginx/nginx>