Added actual budget back to r330-media config
This commit is contained in:
@@ -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.randomctf.com" = {
|
||||
enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user