Production setup.
DevPlace CI / test (push) Failing after 2m22s

This commit is contained in:
2026-05-16 01:28:39 +02:00
parent 87f6ec63ac
commit 58c1a37d34
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ upstream app {
server app:10500;
}
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=app_cache:10m max_size=${NGINX_CACHE_MAX_SIZE:-1g} inactive=60m use_temp_path=off;
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=app_cache:10m max_size=${NGINX_CACHE_MAX_SIZE} inactive=60m use_temp_path=off;
server {
listen 80;