Add an apache configuration file to redirect .well-known
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e0ea51494a
commit
cf997f221e
2 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
- { file: endpoints.py, location: /etc/fedmsg.d/ }
|
||||
- { file: ci-resultsdb-listener.py, location: /etc/fedmsg.d/ }
|
||||
- { file: settings.py, location: /etc/resultsdb/ }
|
||||
- { file: cert.conf, location: /etc/httpd/conf.d/ }
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
|
|
5
roles/ci_resultsdb/templates/cert.conf
Normal file
5
roles/ci_resultsdb/templates/cert.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName resultsdb.ci.centos.org
|
||||
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
|
||||
</VirtualHost>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue