1
0
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:
Yohann D'ANELLO
2020-12-23 15:20:30 +01:00
parent 72dca54bbf
commit 6b2638c271
5 changed files with 7 additions and 33 deletions

View File

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