Made project use a callback provider to avoid letting almost the whole world on blank

This commit is contained in:
2026-07-24 11:16:19 -03:00
parent 281ad7142c
commit 748c1e8365
7 changed files with 213 additions and 16 deletions
+2
View File
@@ -0,0 +1,2 @@
# Included inside nginx's http block by the stock nginx.conf.
proxy_cache_path /var/cache/nginx/callback-provider levels=1:2 keys_zone=callback_provider:10m inactive=7d max_size=2g use_temp_path=off;