1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00
This commit is contained in:
Limezy 2022-03-25 23:40:19 +07:00
parent f0dc4addf0
commit 87142b0953
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=4
# Create a dedicated NGINX config
ynh_add_nginx_config
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
ynh_add_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
#=================================================
# CREATE DATA DIRECTORY

View file

@ -99,7 +99,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
# Create a dedicated NGINX config
ynh_add_nginx_config
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
ynh_add_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
# #=================================================
# # ADD A CONFIGURATION