feat: caching

This commit is contained in:
2026-06-05 13:09:18 +00:00
parent 341e3a0e1c
commit 35a5d59cbe
3 changed files with 15 additions and 17 deletions
+4 -1
View File
@@ -18,7 +18,10 @@
services.nginx.virtualHosts."cache.${domain}" = {
enableACME = true;
forceSSL = true;
forceSSL = true;
extraConfig = ''
client_max_body_size 0;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
};