mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Add badge location in nginx conf
This commit is contained in:
parent
8bd12bb833
commit
c665d55e13
1 changed files with 5 additions and 0 deletions
|
@ -19,4 +19,9 @@ location __PATH__/ {
|
||||||
alias /home/CI_package_check/logs/;
|
alias /home/CI_package_check/logs/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location __PATH__/badges/ {
|
||||||
|
alias /home/CI_package_check/badges/;
|
||||||
|
autoindex on;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue