CentOS7 Nginx配置--静态文件过时时间、防盗链、访问控制

配置静态文件不记录日志并添加过时时间php vim test.com.confcss serverhtml {nginx        listen 80;vim        server_name test.com test1.com test2.com;浏览器        index index.html index.htm index.php;服务器        root /data/
相关文章
相关标签/搜索