add web server support to mirror role
This commit is contained in:
parent
8ab0c58e21
commit
7c0c59a187
80 changed files with 517 additions and 0 deletions
6
roles/mirror/base/templates/mirror.conf.j2
Normal file
6
roles/mirror/base/templates/mirror.conf.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
location / {
|
||||
autoindex on;
|
||||
autoindex_format xml;
|
||||
xslt_stylesheet /etc/nginx/mirror.xslt path="$uri";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue