1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 00:38:25 +02:00

Prepare documentation on /doc

This commit is contained in:
Yohann D'ANELLO
2021-01-20 15:00:26 +01:00
parent 01e6ab2279
commit ddaf5e82bd
6 changed files with 116 additions and 1 deletions

View File

@ -5,6 +5,7 @@ upstream tfjm {
server {
listen 80;
server_name tfjm;
charset utf-8;
client_max_body_size 50M;
location / {
@ -17,4 +18,8 @@ server {
location /static {
alias /code/static/;
}
location /doc {
alias /code/docs/_build/html/;
}
}