0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

nginx sub_filter による JSON レスポンスの置換メモ

Posted at

問題

nginx で sub_filter を実施しているはずなのに Ajax で取得するレスポンス内のコンテンツが置換されないので迷った。
アプリケーションのバージョンアップか何かかが原因かと思って、1時間近く悩んでしまったのでメモ。

原因

sub_filter_types のデフォルトは text/html のみ。 application/json を置換するのであれば、sub_filter_types に明記して置換対象とみなしてやる必要がある。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?