N
N
newcode2015-11-19 12:21:58
Nginx
newcode, 2015-11-19 12:21:58

The most optimal nginx + ssd config?

I have a 1TB HDD machine and 500GB ssd, I plan to use ssd for cache from HDD in order to quickly give statics
, how best to set it all up? you can examples or manuals, I will also take into account any articles thanks

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Volegov, 2015-11-26
@EagleMoor

Install OS and nginx with host on ssd. Put the folder with /images or /media on the hdd and a symlink on it. After downloading the files, transfer it to the hdd.
If you need nginx to store statics there, then read the nginx manual on how to specify the folder for the cache.

F
foboss, 2015-11-27
@foboss

Caching with Nginx

B
betal, 2016-01-26
@betal

From experience, small on SSD, large on HDD, OS on HDD.
Caching on Nginx is possible, but you need to think about regular cleaning + large fragmentation, which is generally not so bad on an SSD.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question