#静态资源,包括系统所需要的图片,js、css等静态资源
location / static / img / {
alias F : / develop / xc_portal_static / img / ;
}
location / static / css / {
alias F : / develop / xc_portal_static / css / ;
}
location / static / js / {
alias F : / develop / xc_portal_static / js / ;
}
location / static / plugins / {
alias F : / develop / xc_portal_static / plugins / ;
add_header Access‐Control‐Allow‐Origin [ url ]http : / / ucenter.xuecheng.com[ / url ];
add_header Access‐Control‐Allow‐Credentials true ;
add_header Access‐Control‐Allow‐Methods GET;
}
|