mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Add zap protocol in config file
This commit is contained in:
parent
fe3175c096
commit
3d65369d74
2 changed files with 3 additions and 0 deletions
1
conf/zap.php
Normal file
1
conf/zap.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
define('NOMADIC',1);
|
|
@ -169,6 +169,8 @@ sudo sed -i "s@//ini_set('display_errors', '0');@ini_set('display_errors', '0');
|
||||||
ynh_print_info "Push Ldap configuration to .htconfig.php..."
|
ynh_print_info "Push Ldap configuration to .htconfig.php..."
|
||||||
sudo su -c "cat ../conf/ldap_conf.php >> $final_path/.htconfig.php"
|
sudo su -c "cat ../conf/ldap_conf.php >> $final_path/.htconfig.php"
|
||||||
|
|
||||||
|
# Addon Zap protocol (currently the if zap config is not pusshed in the config file, Osada protocol is taken by default)
|
||||||
|
sudo su -c "cat ../conf/zap.php >> $final_path/.htconfig.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue