mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Correction
This commit is contained in:
parent
cdee61b275
commit
f0dc4addf0
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=4
|
|||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
local consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
|
||||
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
|
||||
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -98,7 +98,7 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
|
|||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
local consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
|
||||
consolenginxconf="/etc/nginx/conf.d/$console_domain.d/$app.conf"
|
||||
ynh_add_nginx_config --template=../conf/nginx_console.conf --destination="$consolenginxconf"
|
||||
|
||||
# #=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue