add web server support to mirror role

This commit is contained in:
Timo Makinen 2019-05-20 23:10:54 +03:00
parent 8ab0c58e21
commit 7c0c59a187
80 changed files with 517 additions and 0 deletions

View file

@ -0,0 +1,6 @@
location / {
autoindex on;
autoindex_format xml;
xslt_stylesheet /etc/nginx/mirror.xslt path="$uri";
}