Remove redundant config
This commit is contained in:
parent
b56d073e2f
commit
a95d425c4f
@ -52,12 +52,6 @@ http {
|
|||||||
add_header Cache-Control "private, no-transform";
|
add_header Cache-Control "private, no-transform";
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/stats/ {
|
|
||||||
proxy_pass http://backend;
|
|
||||||
expires 20;
|
|
||||||
add_header Cache-Control "public, no-transform";
|
|
||||||
}
|
|
||||||
|
|
||||||
location /api/v1/list/ {
|
location /api/v1/list/ {
|
||||||
proxy_pass http://backend;
|
proxy_pass http://backend;
|
||||||
proxy_cache_key $scheme://$host$uri$is_args$query_string;
|
proxy_cache_key $scheme://$host$uri$is_args$query_string;
|
||||||
|
Reference in New Issue
Block a user