Add webhook things for Ganneff based on his patch
[mirror/dsa-puppet.git] / modules / salsa / templates / apache-webhook.salsa.debian.org.conf.erb
1 Use common-debian-service-https-redirect * webhook.salsa.debian.org
2
3 <VirtualHost *:443>
4         ServerName webhook.salsa.debian.org
5         ServerAdmin debian-admin@lists.debian.org
6
7         Use common-debian-service-ssl webhook.salsa.debian.org
8         Use common-ssl-HSTS
9         Use http-pkp-webhook.salsa.debian.org
10
11         ErrorLog /var/log/apache2/webhook.salsa.debian.org-error.log
12         CustomLog /var/log/apache2/webhook.salsa.debian.org-access.log privacy
13
14         ProxyPreserveHost On
15         AllowEncodedSlashes NoDecode
16
17         ProxyPass / http://127.0.0.1:7443/ retry=15 nocanon
18         ProxyPassReverse http://127.0.0.1:7443/
19 </VirtualHost>
20
21 # vim:set syn=apache: