Update to 2024-07-22 23:00

This commit is contained in:
Daniel Berteaud
2024-07-22 23:00:11 +02:00
parent f5421b17f0
commit cd302033bd
112 changed files with 15413 additions and 340 deletions

View File

@@ -26,6 +26,14 @@ server {
# TODO : rate limit these endpoints to prevent room listing
}
# Excalidraw
location /socket.io {
proxy_pass http://localhost:3018;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
# BOSH endpoint
location /http-bind {
proxy_socket_keepalive on;