0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 11:59:17 -05:00

Merge pull request #189 from tokens-studio/clean-ci

Fix proxy cache for config map
This commit is contained in:
SorsOps 2024-06-20 13:29:37 +02:00 committed by GitHub
commit f000a51451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,6 +155,11 @@ data:
'' 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 {
listen 80 default_server;
server_name _;