change 0.0.0.0 to localhost

This commit is contained in:
2026-03-24 16:30:46 -07:00
parent ec2fd3ac06
commit 7cd39319f6
5 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
[supervisord]
nodaemon=true
logfile=/dev/stdout ; Supervisor itself → stdout
logfile_maxbytes=0 ; (no rotation keeps it simple)
logfile_maxbytes=0 ; (no rotation - keeps it simple)
logfile_backups=0
loglevel=info