Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions jwtproxy/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ user = proxy ;
; Unix socket paths are specified by command line.
command=/app/server.py --port=808%(process_num)s

; Kubernetes readOnlyRootFilesystem fix
stdout_logfile=/proc/self/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/proc/self/fd/2
stderr_logfile_maxbytes=0

; user=nobody
autostart=true
autorestart=true
Loading