aboutsummaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates/httpd.conf.j2
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2023-01-22 19:51:36 +0100
committerRomain Gonçalves <me@rgoncalves.se>2023-04-02 11:45:09 +0200
commit0c70ea19a91fa28cc5f97364ce1276ad5ae6f898 (patch)
tree34fc0e5817a32d8ef50341c464562385428a0d5a /roles/cgit/templates/httpd.conf.j2
parent1cdb3d7f5aa68be5d90cfbbbc69918ac7823a8ae (diff)
downloadrules-0c70ea19a91fa28cc5f97364ce1276ad5ae6f898.tar.gz
feat(roles/cgit): add argument specs
Diffstat (limited to 'roles/cgit/templates/httpd.conf.j2')
-rw-r--r--roles/cgit/templates/httpd.conf.j25
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/cgit/templates/httpd.conf.j2 b/roles/cgit/templates/httpd.conf.j2
index 962016a..0220f90 100644
--- a/roles/cgit/templates/httpd.conf.j2
+++ b/roles/cgit/templates/httpd.conf.j2
@@ -1,10 +1,7 @@
# managed by Ansible
server "cgit" {
- listen on "{{ cgit_ip }}" port {{ cgit_port }}
-{% if cgit_authenticate %}
- authenticate "realm" with "/htpasswd/cgit"
-{% endif %}
+ listen on "{{ cgit_listen_address }}" port {{ cgit_listen_port }}
# cgit
location "/cgit.*" {
remember that computers suck.