Added actual budget back to r330-media config

This commit is contained in:
Random936
2026-09-07 13:53:13 -04:00
parent 3917792670
commit dc6fdcfa02
+23
View File
@@ -148,6 +148,29 @@
''; '';
}; };
# Actual
"actual.randomctf.lan" = {
enableACME = true;
forceSSL = true;
extraConfig = ''
access_log /var/log/nginx/access.actual.log;
'';
locations."/".extraConfig = ''
allow 127.0.0.1;
allow 10.0.0.0/8;
allow 172.16.0.0/12;
allow 192.168.0.0/16;
allow 100.64.0.0/10;
allow 24.130.12.156;
deny all;
proxy_buffering off;
proxy_pass https://localhost:5006/;
'';
};
# Kiwix # Kiwix
"kiwix.randomctf.com" = { "kiwix.randomctf.com" = {
enableACME = true; enableACME = true;