First functional nginx version
This commit is contained in:
parent
0a5c2cfc35
commit
dc7af699ee
11 changed files with 183 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<jenkins.model.JenkinsLocationConfiguration>
|
||||
<!-- TODO : passer en HTTPS -->
|
||||
<!-- Voir aussi pour Resource root URL, histoire d'avoir un joli affichage de Clover & Ci. -->
|
||||
<jenkinsUrl>http://{{ inventory_hostname }}:8080/</jenkinsUrl>
|
||||
<adminAddress>{{ jenkins_admin_email }}</adminAddress>
|
||||
<jenkinsUrl>{{ nginx_vhost_ssl | ternary('https', 'http') }}://{{ nginx_vhost_main_hostname }}/</jenkinsUrl>
|
||||
</jenkins.model.JenkinsLocationConfiguration>
|
Reference in a new issue