escaped '
This commit is contained in:
parent
6b50ef9de5
commit
fe01c721a6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
||||||
proxy_ignore_headers Cache-Control;
|
proxy_ignore_headers Cache-Control;
|
||||||
proxy_cache_valid any 30m;
|
proxy_cache_valid any 30m;
|
||||||
auth_basic off;
|
auth_basic off;
|
||||||
add_header 'Access-Control-Allow-Origin' '*';
|
add_header \'Access-Control-Allow-Origin\' \'*\';
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue