Skip to content

Commit 3bb823e

Browse files
committed
fix typo
1 parent 3acadc0 commit 3bb823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

birdhouse/components/proxy/conf.d/cors.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
proxy_hide_header 'Access-Control-Allow-Origin';
22

3-
# assumes that the server default is configured or overriden by a specific locaiton block as needed
3+
# assumes that the server default is configured or overriden by a specific location block as needed
44
# if explicitly set to empty, align it with the standard value allowing any origin
55
if ( $access_control_allow_origin ~ "^$" ) {
66
set $access_control_allow_origin '*';

0 commit comments

Comments
 (0)