Hello
I use module nginxproxy. When i activate this module httpd started successfully but nginx not started.
I see the error at startup nginx
Starting nginx: nginx: [alert] mmap(MAP_ANON|MAP_SHARED, 8388608) failed (28: No space left on device)
if I delete a row
limit_conn_zone $binary_remote_addr zone=addr:10m;
in to
~lxcenter.conf (/etc/nginx/conf.d)
and delete a row
limit_conn addr 25;
in to
proxy.conf (/home/nginx/conf/globals)
then nginx started successfully
how I can fix it