Documentation is located on /doc
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
This commit is contained in:
parent
72dca54bbf
commit
6b2638c271
5 changed files with 7 additions and 33 deletions
|
|
@ -16,6 +16,9 @@ server {
|
|||
location /media {
|
||||
alias /var/www/note_kfet/media;
|
||||
}
|
||||
location /doc {
|
||||
alias /var/www/documentation;
|
||||
}
|
||||
|
||||
# Send all non-media requests to the Django server.
|
||||
location / {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue