monitoring

This commit is contained in:
41666 2024-02-11 02:20:48 -05:00
parent 5cf670d946
commit 11a0786f03

View file

@ -19,6 +19,7 @@ in {
services.nginx.commonHttpConfig = ''
access_log /var/log/nginx/access.log;
log_format combined "${format}";
'';
networking.firewall.allowedTCPPorts = [ 14201 ];