Question
Where are ea-nginx cache files located?
Answer
The path to the ea-nginx cache directory is:
/var/cache/ea-nginx/proxy/
In this directory, there will be various sub-directories for each user on your server:
[root@test cache]# ls -lah /var/cache/ea-nginx/proxy/
total 0
drwx------ 9 nobody root 117 May 13 20:06 .
drwxr-xr-x 3 root root 19 May 13 20:05 ..
drwx------ 2 nobody root 6 May 13 20:06 admin
drwx------ 2 nobody root 6 May 13 20:06 cptech
drwx------ 2 nobody root 6 May 13 20:06 cptech12
drwx------ 2 nobody root 6 May 13 20:06 cptechmail
drwx------ 2 nobody root 6 May 13 20:06 newusertest
drwx------ 2 nobody root 6 May 13 20:06 shelltest
which will subsequently contain the cached files. These cache files can be cleared using the steps outlined here.
Comments
0 comments
Article is closed for comments.