fix: update skyline nginx log file address
Update skyline nginx log file address Change-Id: I150064a8a0175b073c2cb31303a812763cb02f78
This commit is contained in:
parent
e646bd65fe
commit
14433d9774
@ -1,5 +1,5 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=skyline/skyline-apiserver.git
|
project=openstack/skyline-apiserver.git
|
||||||
defaultbranch=master
|
defaultbranch=master
|
||||||
|
@ -44,8 +44,8 @@ http {
|
|||||||
'"$upstream_response_time" "$request" '
|
'"$upstream_response_time" "$request" '
|
||||||
'$status $body_bytes_sent "$http_referer" '
|
'$status $body_bytes_sent "$http_referer" '
|
||||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||||
access_log /var/log/skyline/nginx_access.log main;
|
access_log /var/log/kolla/skyline/nginx_access.log main;
|
||||||
error_log /var/log/skyline/nginx_error.log;
|
error_log /var/log/kolla/skyline/nginx_error.log;
|
||||||
|
|
||||||
##
|
##
|
||||||
# Gzip Settings
|
# Gzip Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user