feat: no upstream

This commit is contained in:
Stepan Vladovskiy 2023-10-18 08:16:12 -03:00
parent b779075ec2
commit e1558c7a48

View File

@ -47,7 +47,7 @@ server {
# Default location block # Default location block
location / { location / {
proxy_pass http://172.17.0.28:8080; proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
add_header 'Cache-Control' 'no-cache'; add_header 'Cache-Control' 'no-cache';
add_header 'Content-Type' 'text/event-stream'; add_header 'Content-Type' 'text/event-stream';
add_header 'Connection' 'keep-alive'; add_header 'Connection' 'keep-alive';