refactoring header value

This commit is contained in:
Alexey Bannov 2024-07-29 16:22:23 +03:00
parent a376f1f5ed
commit dc1f9020fc

View File

@ -299,7 +299,7 @@ server {
location /api/2.0 {
add_header Trailer Server-Timing;
add_header Server-Timing "http.server-request-time;dur=${request_time_ms}";
add_header Server-Timing "proxy-request-time;dur=${request_time_ms}";
location ~* /(files|privacyroom) {
proxy_pass http://127.0.0.1:5007;