diff options
author | binary <me@rgoncalves.se> | 2021-03-18 15:31:25 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-18 15:31:25 +0100 |
commit | 0f822dc490f3f90138b83fd9a323d0d37ef9512b (patch) | |
tree | 2ebf67e8134a182f2edcf8e7240bc658b3ef55fa /roles/cgit/templates/cgit.httpd.conf.j2 | |
parent | 59185bfdb10c6daab56f75ead3a32151413651c8 (diff) | |
download | infrastructure-0f822dc490f3f90138b83fd9a323d0d37ef9512b.tar.gz |
Variables refactoring and http auth. support
Diffstat (limited to 'roles/cgit/templates/cgit.httpd.conf.j2')
-rw-r--r-- | roles/cgit/templates/cgit.httpd.conf.j2 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/cgit/templates/cgit.httpd.conf.j2 b/roles/cgit/templates/cgit.httpd.conf.j2 deleted file mode 100644 index a8b4707..0000000 --- a/roles/cgit/templates/cgit.httpd.conf.j2 +++ /dev/null @@ -1,17 +0,0 @@ - -# httpd ~~ /etc/httpd.d/cgit.conf" -# managed by Ansible - -ext_ip="0.0.0.0" -server "cgit" { - listen on $ext_ip port {{ cgit_port }} - - # serve cgit static files directly: cgit.css and cgit.png - location "/cgit.*" { - root "/cgit" - no fastcgi - } - # cgit CGI - root "/cgi-bin/cgit.cgi" - fastcgi socket "/run/slowcgi.sock" -} |