debug: location /connect with cors
This commit is contained in:
parent
5ddeca78fe
commit
de1261cd47
|
@ -59,6 +59,9 @@ server {
|
||||||
proxy_pass http://presence-8080/;
|
proxy_pass http://presence-8080/;
|
||||||
{{ $proxy_settings }}
|
{{ $proxy_settings }}
|
||||||
{{ $gzip_settings }}
|
{{ $gzip_settings }}
|
||||||
|
{{ $cors_headers_options }}
|
||||||
|
{{ $cors_headers_post }}
|
||||||
|
{{ $cors_headers_get }}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Error pages
|
# Error pages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user