Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Profile Images configuration
  • Loading branch information
twilightty committed Sep 1, 2023
1 parent 120cc3c commit b7c6d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ python3 manage.py runserver 0.0.0.0:8000
4. Đối với nginx, sau khi config xong theo guide của DMOJ, bạn cần thêm location như sau để sử dụng được tính năng profile image, thay thế `path/to/oj` thành đường dẫn nơi bạn đã clone source code.

```
location /profile_images/ {
root /path/to/oj;
}
location /profile_images/ {
root /path/to/oj;
}
```

```jsx
Expand Down

0 comments on commit b7c6d45

Please sign in to comment.