Update README.md
Profile Images configuration
This commit is contained in:
parent
120cc3c06d
commit
b7c6d45b80
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
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/ {
|
location /profile_images/ {
|
||||||
root /path/to/oj;
|
root /path/to/oj;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
|
|
Loading…
Reference in a new issue