Commit 9eb79da5 authored by kalvin's avatar kalvin

Merge branch 'master' of git.quantgroup.cn:QA/config_repository

parents 8f5c5373 f869ccd1
......@@ -2,6 +2,10 @@ server {
listen 80;
server_name _;
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Credentials' 'true';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
location / {
root /home/quant_group/SYSTEM_NAME/dist;
try_files $uri $uri/ /index.html;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment