diff options
-rw-r--r-- | roles/cgit/templates/vhost.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/cgit/templates/vhost.conf b/roles/cgit/templates/vhost.conf index bf9a536..908c21f 100644 --- a/roles/cgit/templates/vhost.conf +++ b/roles/cgit/templates/vhost.conf @@ -6,8 +6,7 @@ RedirectMatch ^/$ /cgit/ - # TODO clean it - ServerName git.theopensourceway.org + ServerName git.{{ ansible_domain }} </VirtualHost> {% endfor %} |