聪慧网络

文章
4
资源
0
加入时间
2年10月24天

nginx模块化体系--设置缓存过期,负载均衡

1.nginx的跨域配置server { listen 8080; server_name localhost; #允许跨域请求的域,*代表所有 add_header 'Access-Control-Allow-Origin' *; ##允许带上cookie请求 add_header 'Access-Control-Allow-Credentials' 'true'; ##允许请求