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.
次のセットアップを実行しています:haproxy->Webトラフィック->varnish-> nginx(静的アセットを提供)-> node.js(動的コンテンツ)およびhaproxy-> websockets-> node.js
コードのデプロイ後にブラウザに静的アセット(JavaScript、CSS、..)を更新させるにはどうすればよいですか?(キャッシュを期限切れ/パージしますか?)
リビジョン番号を使用してファイルにクエリ文字列を追加できます。リビジョン番号を増やすと、すべてのアセットがブラウザに戻されます。
<script type="text/javascript" src="jquery.min.js?r=223"></script>