aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates/httpd.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/templates/httpd.conf.j2')
-rw-r--r--roles/cgit/templates/httpd.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/cgit/templates/httpd.conf.j2 b/roles/cgit/templates/httpd.conf.j2
index 0220f90..48f840d 100644
--- a/roles/cgit/templates/httpd.conf.j2
+++ b/roles/cgit/templates/httpd.conf.j2
@@ -1,7 +1,7 @@
# managed by Ansible
-server "cgit" {
- listen on "{{ cgit_listen_address }}" port {{ cgit_listen_port }}
+server "{{ cgit__domain_name }}" {
+ listen on {{ cgit__listen_address }} port {{ cgit__listen_port }}
# cgit
location "/cgit.*" {
remember that computers suck.