Add metrics for P5

This commit is contained in:
Elton Stoneman
2017-11-20 21:00:34 +00:00
parent 1e92429385
commit 6f71b37981
7 changed files with 695 additions and 12 deletions

View File

@@ -24,6 +24,10 @@ http {
map $sent_http_content_type $expires {
default off;
text/css 1M;
text/javascript 1M;
application/javascript 1M;
application/x-font-woff £M;
~image/ 6M;
}
@@ -36,7 +40,7 @@ http {
location / {
proxy_pass http://bb-app:8080/;
proxy_cache STATIC;
proxy_cache_valid 200 1h;
proxy_cache_valid 200 5s;
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
}
}