This commit is contained in:
Untone 2023-10-18 14:25:19 +03:00
commit b564f32d72

View File

@ -55,7 +55,7 @@ server {
}
# Custom location block for /connect
location /connect {
location /connect/ {
proxy_pass http://presence-8080/;
add_header 'Cache-Control' 'no-cache';
add_header 'Content-Type' 'text/event-stream';