Skip to content

Commit

Permalink
Removed reid route in installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Jul 29, 2020
1 parent cc081bd commit ced2746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ server {
proxy_set_header Host $http_host;
proxy_pass_header Set-Cookie;
location ~* /api/.*|git/.*|analytics/.*|static/.*|admin|admin/.*|documentation/.*|reid/.* {
location ~* /api/.*|git/.*|analytics/.*|static/.*|admin|admin/.*|documentation/.* {
proxy_pass http://cvat:8080;
}
Expand Down

0 comments on commit ced2746

Please sign in to comment.