mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 19:01:53 +01:00
fix wrong conf.avail filename
This commit is contained in:
parent
87ca5954cd
commit
1719ce2670
@ -355,7 +355,9 @@ install -pm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/config.php
|
|||||||
# httpd config
|
# httpd config
|
||||||
install -Dpm 644 %{SOURCE100} \
|
install -Dpm 644 %{SOURCE100} \
|
||||||
%{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
|
||||||
install -Dpm 644 %{SOURCE101} %{SOURCE102} %{SOURCE103} %{SOURCE104} %{SOURCE105} \
|
install -Dpm 644 %{SOURCE101} \
|
||||||
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}-access.conf.avail
|
||||||
|
install -Dpm 644 %{SOURCE102} %{SOURCE103} %{SOURCE104} %{SOURCE105} \
|
||||||
%{buildroot}%{_sysconfdir}/httpd/conf.d/
|
%{buildroot}%{_sysconfdir}/httpd/conf.d/
|
||||||
|
|
||||||
# nginx config
|
# nginx config
|
||||||
|
Loading…
Reference in New Issue
Block a user