Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Sagalov committed Feb 4, 2024
2 parents cc280d5 + 0a0a919 commit 49cffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server {
root /var/html/;
}

location /api/docs {
location /api/docs/ {
root /usr/share/nginx/html;
try_files $uri $uri/redoc.html;
}
Expand Down

0 comments on commit 49cffa1

Please sign in to comment.