Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リクエストが満たされた直後にnginxにtcp接続を閉じるにはどうすればよいですか?
私はちょうど解決策を見つけました:
location /ip/ { keepalive_timeout 0; }