0
下面是不起作用的nginx配置的一部分。代碼S從thereNginx配置:文件別名
location ~* ^/static/(\w+)/([^/]+)_\d+\.(js|css)$ {
alias /home/user_name/htdocs/site_name/static/$1/$2.$3;
add_header Vary Accept-Encoding;
expires max;
}
了我無法弄清楚,爲什麼沒有按服務器不想來處理URL像
> http://site_name/static/css/site_1400842165.css?