Commit 28fb980c authored by Ruzal Gimazov's avatar Ruzal Gimazov

Fix prod-server/etc/eterban/settings.ini

parent edf47244
......@@ -36,7 +36,7 @@ Etersoft ban service.
%package web
Summary: Etersoft ban service: web
Group: Development/Other
Requires: php7-redis
Requires: nginx,php7-redis
%description web
Etersoft ban service.
......@@ -45,7 +45,7 @@ Etersoft ban service.
%package fail2ban
Summary: Etersoft ban service: fail2ban
Group: Development/Other
#Requires: redis
Requires: fail2ban
%description fail2ban
Etersoft ban service.
......@@ -86,6 +86,7 @@ cp -a prod-server/usr/share/%name/* %buildroot%_datadir/%name/
%files web
%webserver_htdocsdir/%name/
/etc/nginx/sites-enabled.d/
%config(noreplace) /etc/%name/settings.ini
%files fail2ban
%config(noreplace) /etc/%name/settings.ini
......
[Settings]
redis_server = 10.20.30.101
hostname =
#hostname = localhost
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment