mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 22:04:00 -07:00
Fix nginx caching #1012
This commit is contained in:
parent
fadbc2710e
commit
427c65b68a
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ str="proxy_cache_path /var/cache/nginx/$domain levels=2"
|
|||
str="$str keys_zone=$domain:10m inactive=60m max_size=512m;"
|
||||
echo "$str" >> /etc/nginx/conf.d/01_caching_pool.conf
|
||||
|
||||
sort -u /etc/nginx/conf.d/01_caching_pool.conf -o /etc/nginx/conf.d/01_caching_pool.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue