aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cgit/files/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/files/httpd.conf')
-rw-r--r--roles/cgit/files/httpd.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/cgit/files/httpd.conf b/roles/cgit/files/httpd.conf
index 238acf0..313776e 100644
--- a/roles/cgit/files/httpd.conf
+++ b/roles/cgit/files/httpd.conf
@@ -1,9 +1,7 @@
-
-# httpd ~~ /etc/httpd.conf
# managed by Ansible
-server "default" {
- listen on * port 1234
+server "{{ cgit__domain_name }}" {
+ listen on * port {{ cgit__listen_port }}
root "/htdocs/stagit"
location match "style.css" {
remember that computers suck.