feat: port 8080 for presence node
This commit is contained in:
parent
215ecb20f8
commit
3d3d04078f
|
@ -56,7 +56,7 @@ server {
|
|||
|
||||
# Custom location block for /connect
|
||||
location /connect {
|
||||
proxy_pass http://presence-80;
|
||||
proxy_pass http://presence-8080;
|
||||
{{ $proxy_settings }}
|
||||
{{ $cors_headers_options }}
|
||||
{{ $cors_headers_post }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user