feat: add /connect/
All checks were successful
deploy / deploy (push) Successful in 1m11s

This commit is contained in:
Stepan Vladovskiy 2023-10-18 07:38:44 -03:00
parent 878c0dc216
commit 4d11daa6e8

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';