Update README.md

Profile Images configuration
This commit is contained in:
Tran Trong Nghia 2023-09-01 21:31:59 +07:00 committed by GitHub
parent 120cc3c06d
commit b7c6d45b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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