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