mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #65 Remove the specific httpd config path and use the default one
This commit is contained in:
parent
c4fd916dc7
commit
69194f57a8
1 changed files with 2 additions and 6 deletions
|
|
@ -21,6 +21,8 @@
|
|||
%define web_user apache
|
||||
%endif
|
||||
|
||||
%define apache_conf_path /etc/httpd/conf.d
|
||||
|
||||
Name: bc-flexisip-account-manager
|
||||
Version: MAKE_FILE_VERSION_SEARCH
|
||||
Release: %{build_number}%{?dist}
|
||||
|
|
@ -33,12 +35,6 @@ Source0: flexisip-account-manager.tar.gz
|
|||
|
||||
Requires: php php-gd php-xmlrpc php-pdo php-redis php-mysqlnd php-mbstring
|
||||
|
||||
%if "%{?dist}" == ".el7"
|
||||
%define apache_conf_path /opt/rh/httpd24/root/etc/httpd/conf.d
|
||||
%else
|
||||
%define apache_conf_path /etc/httpd/conf.d
|
||||
%endif
|
||||
|
||||
%description
|
||||
PHP server for Linphone and Flexisip providing module for account creation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue