mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
path is / for root
This commit is contained in:
parent
a3707289af
commit
bb025b1255
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ ynh_app_setting_set "$app" mysqlpwd "$dbpass"
|
||||||
ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass"
|
ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass"
|
||||||
|
|
||||||
### Nginx ###
|
### Nginx ###
|
||||||
if [ $path = "" ]; then
|
if [ $path = "/" ]; then
|
||||||
nginx_conf=../conf/nginx_root.conf
|
nginx_conf=../conf/nginx_root.conf
|
||||||
else
|
else
|
||||||
nginx_conf=../conf/nginx.conf
|
nginx_conf=../conf/nginx.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue