expires ブラウザキャッシュの有効期限設定 expires [modified] time; expires epoch | max | off; expires 24h; expires modified +24 […]
タグ: デフォルト
Elasticsearchの設定
Elasticsearchの設定変更 vim /etc/elasticsearch/elasticsearch.yml
1 2 3 |
##### Index Section index.analysis.analyzer.default.type: custom index.analysis.analyzer.default.tokenizer: kuromoji_tokenizer |
kuromojiをデフォルトに設定 […]