mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
fix proxy cache for config map
This commit is contained in:
parent
5c93cf9cd3
commit
125e146150
1 changed files with 7 additions and 2 deletions
|
@ -155,6 +155,11 @@ data:
|
||||||
'' close;
|
'' close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
proxy_cache_path /tmp/cache/ levels=2:2 keys_zone=penpot:20m;
|
||||||
|
proxy_cache_methods GET HEAD;
|
||||||
|
proxy_cache_valid any 48h;
|
||||||
|
proxy_cache_key "$host$request_uri";
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
Loading…
Add table
Reference in a new issue