1
Drupal Boost .htaccessをNginxに変換する
Boostモジュールをインストールしてnginxで動作させようとしています。私たちが知っているように、BoostはApacheのようにnginxディレクティブを生成しません。 Boostには、Apacheの.htaccess用の次のディレクティブがあります。 ### BOOST START ### # Allow for alt paths to be set via htaccess rules; allows for cached variants (future mobile support) RewriteRule .* - [E=boostpath:normal] # Caching for anonymous users # Skip boost IF not get request OR uri has wrong dir OR cookie is set OR …