mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Documentation is located on /doc
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
This commit is contained in:
@ -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 / {
|
||||
|
Reference in New Issue
Block a user