1

古いブラウザの処理で単純な html ファイルを返す方法。これはシステム内のファイルです。例nginx.conf

if ($ancient_browser) {
   return /fuul/path/to/file/browser.html; #- how?
}
4

2 に答える 2