Switched from 25.05 to 25.11

This commit is contained in:
Random936
2025-12-01 12:48:20 -05:00
parent 4d5673f96b
commit a3d669d039
4 changed files with 17 additions and 17 deletions

View File

@@ -147,15 +147,15 @@
# Kiwix
"kiwix.randomctf.com" = {
enableACME = true;
forceSSL = true;
extraConfig = ''
access_log /var/log/nginx/access.kiwix.log;
'';
locations."/".extraConfig = ''
allow 192.168.100.0/24;
allow 192.168.0.0/16;
allow 10.0.0.0/8;
allow 172.16.0.0/12;
allow 127.0.0.1;
deny all;
proxy_buffering off;