Add Skynet-Skylink response header (#526)

This commit is contained in:
Peter-Jan Brone 2020-11-25 13:26:33 +01:00 committed by GitHub
parent 3919037277
commit acf7fabe47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ http {
'"$http_user_agent" $upstream_response_time '
'$upstream_bytes_sent $upstream_bytes_received '
'"$upstream_http_content_type" "$upstream_cache_status" '
'"$portal_domain"';
'"$portal_domain" "$upstream_http_skynet_skylink"';
access_log logs/access.log main;