Merge branch 'feature/refactoring-services' of https://dev.discours.io/discours.io/backend into feature/refactoring-services
This commit is contained in:
commit
9720b9f26b
|
@ -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)$ {
|
||||
|
|
Loading…
Reference in New Issue
Block a user