我supervisord告诉我它在没有任何 HTTP 身份验证检查的情况下运行。
supervisor> maintail
2015-03-03 16:57:03,832 CRIT Server 'unix_http_server' running without any HTTP authentication checking
Run Code Online (Sandbox Code Playgroud)
虽然我无法在默认端口上打开它9001。如何打开它以及如何启用 HTTP 身份验证检查?
unix_http_server 配置文件部分如下:
[unix_http_server]
file=/var/run/supervisor.sock
chmod=0770
chown=root:supervisor
Run Code Online (Sandbox Code Playgroud) 我正在尝试更新通配符let's encrypt证书。
/usr/local/bin/certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/sub.myDomain.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - …Run Code Online (Sandbox Code Playgroud)