1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00

Fix nginx.conf

This commit is contained in:
tituspijean 2022-01-09 14:47:59 +01:00
parent 24ed7f8e67
commit 596dfda12b
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -10,25 +10,22 @@ location __PATH__/ {
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
location __PATH__/logs {
alias /home/CI_package_check/logs/;
autoindex on;
default_type "text/plain";
}
location __PATH__/logs {
alias /home/CI_package_check/logs/;
autoindex on;
default_type "text/plain";
}
location __PATH__/badges/ {
alias /home/CI_package_check/badges/;
autoindex on;
}
location __PATH__/summary/ {
alias /home/CI_package_check/summary/;
autoindex on;
location __PATH__/badges/ {
alias /home/CI_package_check/badges/;
autoindex on;
}
location __PATH__/summary/ {
alias /home/CI_package_check/summary/;
autoindex on;
etag off;
more_set_headers "Cache-control: max-age=300, s-maxage=300";
error_page 404 /ci/summary/empty.png;
}
error_page 404 /ci/summary/empty.png;
}
}