We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acadc0 commit 3bb823eCopy full SHA for 3bb823e
birdhouse/components/proxy/conf.d/cors.include
@@ -1,6 +1,6 @@
1
proxy_hide_header 'Access-Control-Allow-Origin';
2
3
- # assumes that the server default is configured or overriden by a specific locaiton block as needed
+ # assumes that the server default is configured or overriden by a specific location block as needed
4
# if explicitly set to empty, align it with the standard value allowing any origin
5
if ( $access_control_allow_origin ~ "^$" ) {
6
set $access_control_allow_origin '*';
0 commit comments