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]
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=skyline/skyline-apiserver.git
|
||||
project=openstack/skyline-apiserver.git
|
||||
defaultbranch=master
|
||||
|
@ -44,8 +44,8 @@ http {
|
||||
'"$upstream_response_time" "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
access_log /var/log/skyline/nginx_access.log main;
|
||||
error_log /var/log/skyline/nginx_error.log;
|
||||
access_log /var/log/kolla/skyline/nginx_access.log main;
|
||||
error_log /var/log/kolla/skyline/nginx_error.log;
|
||||
|
||||
##
|
||||
# Gzip Settings
|
||||
|
Loading…
Reference in New Issue
Block a user