Removed CSE115A code from nix config; no longer needed

This commit is contained in:
Random936 2025-04-04 20:17:13 -07:00
parent a92f187706
commit a903234837

View File

@ -145,21 +145,6 @@
proxy_pass http://localhost:3300/;
'';
};
# Notifier CSE115A
"notifier-api.randomctf.com" = {
enableACME = true;
forceSSL = true;
extraConfig = ''
access_log /var/log/nginx/access.cse115a.log;
'';
locations."/".extraConfig = ''
proxy_buffering off;
proxy_pass http://localhost:5000/;
'';
};
};
};