Skip to content

Commit

Permalink
Fixed Gitlab location block
Browse files Browse the repository at this point in the history
  • Loading branch information
Steen, Alicia committed Nov 12, 2018
1 parent b1ce14b commit b860a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/configuration/sites-enabled/tools-context.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ server {

location /gitlab {
client_max_body_size 512m;
proxy_pass http://gitlab:80/;
proxy_pass http://gitlab:80;
}

include /etc/nginx/sites-enabled/service-extension/*.conf;
Expand Down
2 changes: 1 addition & 1 deletion resources/release_note/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"img": "img/gitlab.png",
"description": "Git Repository Manager",
"link": "/gitlab/"
}
},
{
"id": "sonar",
"title": "sonar",
Expand Down

0 comments on commit b860a29

Please sign in to comment.