custom remote repo working

This commit is contained in:
2024-04-23 02:14:39 +12:00
parent a6eb508cf0
commit 2cc78654fe
4 changed files with 15 additions and 7 deletions

View File

@ -12,6 +12,7 @@ server {
ssl_certificate /etc/letsencrypt/live/{{ item.name }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ item.name }}/privkey.pem;
index index.html;
autoindex {{ item.autoindex | default('off') }};
root {{ item.root }};
location / {
}