feat: port 80 for presence node

This commit is contained in:
Stepan Vladovskiy 2023-10-11 09:30:30 -03:00
parent f679c1c987
commit 215ecb20f8

View File

@ -56,7 +56,7 @@ server {
# Custom location block for /connect
location /connect {
proxy_pass http://presence-8080;
proxy_pass http://presence-80;
{{ $proxy_settings }}
{{ $cors_headers_options }}
{{ $cors_headers_post }}