feat: no upstream
This commit is contained in:
@@ -47,7 +47,7 @@ server {
|
||||
# Default location block
|
||||
|
||||
location / {
|
||||
proxy_pass http://172.17.0.28:8080;
|
||||
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
|
||||
add_header 'Cache-Control' 'no-cache';
|
||||
add_header 'Content-Type' 'text/event-stream';
|
||||
add_header 'Connection' 'keep-alive';
|
||||
|
Reference in New Issue
Block a user