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:
@ -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/;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user