File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** 4.0.5**
4
4
- redmine: upgrade to v4.0.5
5
+ - Fix "CRIT Server 'unix_http_server' running without any HTTP authentication checking"
5
6
6
7
** 4.0.4**
7
8
- redmine: upgrade to v4.0.4
Original file line number Diff line number Diff line change @@ -193,6 +193,11 @@ stdout_logfile=${REDMINE_LOG_DIR}/supervisor/%(program_name)s.log
193
193
stderr_logfile=${REDMINE_LOG_DIR} /supervisor/%(program_name)s.log
194
194
EOF
195
195
196
+ # silence "CRIT Server 'unix_http_server' running without any HTTP authentication checking" message
197
+ # https://github.com/Supervisor/supervisor/issues/717
198
+ sed -i ' /\.sock/a password=dummy' /etc/supervisor/supervisord.conf
199
+ sed -i ' /\.sock/a username=dummy' /etc/supervisor/supervisord.conf
200
+
196
201
# purge build dependencies and cleanup apt
197
202
apt-get purge -y --auto-remove ${BUILD_DEPENDENCIES}
198
203
rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments