Search found 3 matches
- Sun Nov 15, 2015 9:36 am
- Forum: RHEL/CentOS
- Topic: nginx restart failed
- Replies: 12
- Views: 26408
Re: nginx restart failed
Thanks a lot.skurudo wrote:Check, there is in your config "/var/cache/nginx/xxx.es" and where path repeats twice.
- Sun Nov 15, 2015 1:47 am
- Forum: RHEL/CentOS
- Topic: nginx restart failed
- Replies: 12
- Views: 26408
Re: nginx restart failed
cat /etc/nginx/conf.d/01_caching_pool.conf ? [root@server ~]# cat /etc/nginx/conf.d/01_caching_pool.conf proxy_cache_path /var/cache/nginx/xxx.com levels=2 keys_zone=xxx.com:10m inactive=60m max_size=512m; proxy_cache_path /var/cache/nginx/xxx.es levels=2 keys_zone=xxx.es:10m inactive=60m max_size=...
- Sat Nov 14, 2015 10:11 pm
- Forum: RHEL/CentOS
- Topic: nginx restart failed
- Replies: 12
- Views: 26408
nginx restart failed
I received this email alert from vestacp server.xxx.com: nginx restart failed nginx: [emerg] the same path name "/var/cache/nginx/xxx.es" used in /etc/nginx/conf.d/01_caching_pool.conf:2 and in /etc/nginx/conf.d/01_caching_pool.conf:3 nginx: configuration file /etc/nginx/nginx.conf test failed nginx...