Deactivated caching for puctures

This commit is contained in:
2025-05-14 12:59:53 +02:00
parent 93af817d4b
commit ec0d266975
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
# Todos
- Optimize buffering
- Optimize caching

View File

@@ -30,7 +30,4 @@ location {{location | default("/")}}
proxy_send_timeout 900s;
proxy_read_timeout 900s;
send_timeout 900s;
}
# Load caching
{% include 'roles/nginx-docker-reverse-proxy/templates/location/proxy_cache.conf.j2' %}
}