Correction des erreurs sur eolebase
This commit is contained in:
parent
4848f8d047
commit
fe1e87c363
|
@ -72,12 +72,12 @@
|
|||
<target type='family'>forge</target>
|
||||
<target type='service_accesslist'>gogs_ssh</target>
|
||||
</condition>
|
||||
<condition name='disabled_if_in' source='activer_revprox'>
|
||||
<condition name='disabled_if_in' source='activer_revprox' fallback='True'>
|
||||
<param>non</param>
|
||||
<target type='filelist'>gogs-nginx</target>
|
||||
<target type='service_accesslist'>gogs_with_nginx</target>
|
||||
</condition>
|
||||
<condition name='disabled_if_in' source='activer_revprox'>
|
||||
<condition name='disabled_if_in' source='activer_revprox' fallback='True'>
|
||||
<param>oui</param>
|
||||
<target type='service_accesslist'>gogs_without_nginx</target>
|
||||
</condition>
|
||||
|
|
Loading…
Reference in New Issue