Merge pull request #449 from NebulousLabs/pj/portal-domain
Portal Domain
This commit is contained in:
commit
c80444c418
|
@ -39,7 +39,8 @@ http {
|
||||||
'$status $body_bytes_sent "$http_referer" '
|
'$status $body_bytes_sent "$http_referer" '
|
||||||
'"$http_user_agent" $upstream_response_time '
|
'"$http_user_agent" $upstream_response_time '
|
||||||
'$upstream_bytes_sent $upstream_bytes_received '
|
'$upstream_bytes_sent $upstream_bytes_received '
|
||||||
'"$upstream_http_content_type" "$upstream_cache_status"';
|
'"$upstream_http_content_type" "$upstream_cache_status" '
|
||||||
|
'"portal_domain"';
|
||||||
|
|
||||||
access_log logs/access.log main;
|
access_log logs/access.log main;
|
||||||
|
|
||||||
|
|
Reference in New Issue