custom remote repo working
This commit is contained in:
@ -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 / {
|
||||
}
|
||||
|
Reference in New Issue
Block a user