Skip to content

Commit 00535a9

Browse files
authored
Merge pull request #605 from gefyrahq/#604
fix(#604): set cache dirs for carrier nginx
2 parents 4d972c6 + 2e769ca commit 00535a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

carrier/gefyra-carrier.conf

+6
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ stream {
1313
}
1414

1515
http {
16+
proxy_temp_path /tmp/proxy;
17+
client_body_temp_path /tmp/client;
18+
scgi_temp_path /tmp/scgi;
19+
uwsgi_temp_path /tmp/uwsgi;
20+
fastcgi_temp_path /tmp/fastcgi;
21+
proxy_cache_path /tmp keys_zone=my_zone:10m inactive=8h;
1622
#HTTPMARKER
1723
}

0 commit comments

Comments
 (0)