Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nginx cors

#this work for cors only one is allowed
location / {
    add_header 'Access-Control-Allow-Origin' '*' always;
}
 
PREVIOUS NEXT
Tagged: #nginx #cors
ADD COMMENT
Topic
Name
2+7 =