修复Uptime Kuma一个小错误
目录
警告
本文最后更新于 2022-03-17,文中内容可能已过时,请谨慎使用。
问题描述
解决方案
在location /
中添加下列两行:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";