mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-13 01:28:11 +00:00
头像缓存
This commit is contained in:
parent
8839fb0738
commit
4fcdeb0313
@ -60,6 +60,11 @@ server {
|
||||
proxy_pass http://service;
|
||||
}
|
||||
|
||||
location =/avatar {
|
||||
expires 30d;
|
||||
proxy_pass http://service;
|
||||
}
|
||||
|
||||
location @laravels {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user