Compare commits

...

2 commits

Author SHA1 Message Date
Dryusdan 5ec2ded088 Fix typo 2024-03-12 17:26:27 +01:00
Dryusdan 76433b398a Froxlor disable some domain 2024-03-12 17:26:17 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@
when:
- use_froxlor is defined
- use_froxlor == True
- item["documentroot"] != "/var/www/html/"
tags:
- froxlor

View file

@ -92,7 +92,7 @@
size: 4096
when:
- nginx is failed
- not nginx_disable_ssl is defined or nginx_disable_ssl is False
- not nginx_disable_ssl is defined or nginx_disable_ssl is false
tags:
- install
- reconfigure