Skip to content

Commit

Permalink
fix: cors test19
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip committed Aug 3, 2024
1 parent 7a962e8 commit 1effa15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .platform/nginx/conf.d/healthd_logformat.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
log_format healthd '$msec"$uri"'
'$status"$request_time"$upstream_response_time"'
'$http_x_forwarded_for';

0 comments on commit 1effa15

Please sign in to comment.