Skip to content

Commit

Permalink
fix: 制品库upstream配置错误 #5937
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan authored and irwinsun committed Jan 4, 2022
1 parent 839a567 commit 4f9bdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/gateway/core/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ http {
include init.conf;
include devops.server.conf;
include ./vhosts/*.server.conf;

# 社区版bkrepo域名解析
include vhosts/devops.bkrepo.upstream.conf;
}
3 changes: 0 additions & 3 deletions support-files/templates/gateway#core#devops.server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,4 @@ server {

# 重定向
include vhosts/devops.redirect.conf;

# 社区版bkrepo域名解析
include vhosts/devops.bkrepo.upstream.conf;
}

0 comments on commit 4f9bdc4

Please sign in to comment.