Merge branch 'feature/refactoring-services' of https://dev.discours.io/discours.io/backend into feature/refactoring-services

This commit is contained in:
Untone 2023-10-11 22:59:13 +03:00
commit 9720b9f26b

View File

@ -51,6 +51,11 @@ server {
# Custom location block for /connect
location /connect {
proxy_pass http://presence-8080;
{{ $proxy_settings }}
{{ $gzip_settings }}
{{ $cors_headers_options }}
{{ $cors_headers_post }}
{{ $cors_headers_get }}
}
location ~* \.(jpg|jpeg|png|gif|ico|css|js)$ {