1
0
Fork 0
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:
Alexandre Aubin 2020-12-30 02:13:20 +01:00 committed by GitHub
parent 8bd12bb833
commit c665d55e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,9 @@ location __PATH__/ {
alias /home/CI_package_check/logs/;
autoindex on;
}
location __PATH__/badges/ {
alias /home/CI_package_check/badges/;
autoindex on;
}
}