gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-grid5k] 60/189: change cache dir


From: gnunet
Subject: [taler-grid5k] 60/189: change cache dir
Date: Thu, 28 Apr 2022 10:47:10 +0200

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit b22fd5736cbd0ca9182b08f2dcfcc3aae4bf166f
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Thu Mar 10 16:17:53 2022 +0100

    change cache dir
---
 configs/etc/nginx/sites-enabled/proxy | 2 +-
 experiment/scripts/proxy.sh           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/etc/nginx/sites-enabled/proxy 
b/configs/etc/nginx/sites-enabled/proxy
index 0f1acff..ae3ebde 100644
--- a/configs/etc/nginx/sites-enabled/proxy
+++ b/configs/etc/nginx/sites-enabled/proxy
@@ -22,7 +22,7 @@ map $request_method $log_line {
 
 # Setup a cache with 1GB storage for our exchange
 # https://www.nginx.com/blog/nginx-caching-guide/
-proxy_cache_path /tmp/proxycache levels=1:2 keys_zone=exchange:1m inactive=1m 
max_size=10g;
+proxy_cache_path /var/cache/proxy levels=1:2 keys_zone=exchange:1m inactive=1m 
max_size=10g;
 
 server {
   listen 80;
diff --git a/experiment/scripts/proxy.sh b/experiment/scripts/proxy.sh
index baab3ca..d8218aa 100755
--- a/experiment/scripts/proxy.sh
+++ b/experiment/scripts/proxy.sh
@@ -84,7 +84,7 @@ function init_proxy() {
 
   # Setup the directory where Ngxinx will place its cache
   # configured in <g5k>/configs/etc/nginx/sites-enabledd/proxy
-  mkdir -p /tmp/proxycache
+  mkdir -p /var/cache/proxy
 
   restart_rsyslog
   

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]