[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-06 13:05:49
This commit is contained in:
parent
2e85549b38
commit
1a35711481
|
|
@ -117,8 +117,10 @@ server {
|
|||
return 204;
|
||||
}
|
||||
|
||||
more_set_headers 'Access-Control-Allow-Origin: "$scheme://$http_host"';
|
||||
more_set_headers 'Access-Control-Allow-Credentials: true';
|
||||
#more_set_headers 'Access-Control-Allow-Origin: "$scheme://$http_host"';
|
||||
#more_set_headers 'Access-Control-Allow-Credentials: true';
|
||||
add_header 'Access-Control-Allow-Origin' "$scheme://$http_host" always;
|
||||
add_header 'Access-Control-Allow-Credentials' 'true' always;
|
||||
}
|
||||
|
||||
location ~* \.(?:css|js|mjs|svg|gif|png|jpg|jpeg|ico|wasm|woff|woff2|ttf|otf|map)$ {
|
||||
|
|
|
|||
Loading…
Reference in New Issue