feat: no upstream
This commit is contained in:
parent
b779075ec2
commit
e1558c7a48
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user