nginx: [emerg] the size 10485760 of shared memory zone "cache_one" conflicts with already declared size 0

注意配置段中的区域包含关系.
proxy_cache_patch 要在proxy_cache前已经定义.

what seems to be the problem?

[emerg]: the size 52428800 of shared memory zone "media" conflicts with
already declared size 0 in /etc/nginx/conf.d/cache.conf:5
configuration file /etc/nginx/nginx.conf test failed

This may be caused if "proxy_cache media" is included before proxy_cache_path.

原文地址:https://www.cnblogs.com/grj1046/p/3694951.html