2018-08-01から1ヶ月間の記事一覧

NGINX reverse proxyのTCP通信の確認

NGINX reverse proxyの挙動を確認する。 こちらが検証用のリポジトリ。 https://github.com/urahiroshi/play-nginx http://localhost:8080 に接続すると、reverse proxy経由でhttpサーバに接続し、 http://localhost:8081 に接続すると、直接httpサーバに接…