Skip to content

Commit

Permalink
Merge pull request #1407 from aligent/hotfix/Update-Logging
Browse files Browse the repository at this point in the history
Graphql Mesh Logging Updates
  • Loading branch information
AdamJHall authored Nov 21, 2024
2 parents 255177e + 1f071d3 commit 1d292fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/graphql-mesh-server/assets/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ http {
'"body_bytes_sent":"$body_bytes_sent",'
'"request_time":"$request_time",'
'"http_referer":"$http_referer",'
'"http_user_agent":"$http_user_agent"'
'"http_user_agent":"$http_user_agent",'
'"http_x_forwarded_for":"$http_x_forwarded_for"'
'}';

gzip on;
gzip_proxied any;
gzip_types text/plain application/json;
gzip_min_length 1000;
server_tokens off;

server {
listen 80;
Expand Down

0 comments on commit 1d292fd

Please sign in to comment.