我已成功在ubuntu上使用apache2设置nginx。我有一个问题,即nginx为相同的内容创建多个缓存
像:
http://example.com/url1
http://example.com/url1?v=1
此网址具有相同的内容,请帮助我如何告诉nginx从缓存中提供即使url有查询字符串
http://example.com/url1?v=1
http://example.com/url1?v=2
http://example.com/url1?v=3
http://example.com/url1?v=4