Deactivated caching for puctures

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-14 12:59:53 +02:00
parent 93af817d4b
commit ec0d266975
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 4 additions and 4 deletions

View File

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

View File

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