Skip to content

Commit

Permalink
nginx_server: remove stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Jan 5, 2025
1 parent fafd67d commit ffcdfdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nginx_server/templates/cors.conf.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Map $cors variable based on the Origin: header
# value being in the list
set Access-Control-Allow-Origin header if
# Origin: header is on the list.
map "$http_origin" $cors {
default '';
{% for origin in nginx_cors_origins %}
Expand Down

0 comments on commit ffcdfdc

Please sign in to comment.