-
After using CDN the misskey is grayed out no matter who it is, which leads to some issues like admins needing to keep turning off the invite system every hour. Is there something wrong with the settings? |
Beta Was this translation helpful? Give feedback.
Answered by
DuskSleep
Oct 19, 2024
Replies: 1 comment
-
It's my mistake. proxy_set_header Upgrade $http_upgrade; in location / below |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DuskSleep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's my mistake.
Please add the following to nginx
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade.
in location / below