Skip to content

Commit

Permalink
refactoring header value
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybannov committed Jul 29, 2024
1 parent a376f1f commit dc1f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/onlyoffice.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc1f902

Please sign in to comment.