1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal7_ynh.git synced 2024-09-03 18:26:19 +02:00

fix __NAME__

This commit is contained in:
yalh76 2019-04-29 17:04:57 +02:00
parent 5eca1486b8
commit 8cf4c73012
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
location __PATH__/ { location __PATH__/ {
# Path to source # Path to source
alias __FINALPATH__/__APP__/ ; alias __FINALPATH__/__NAME__/ ;
index index.php; index index.php;
if (!-e $request_filename) if (!-e $request_filename)
{ {

View file

@ -95,7 +95,7 @@ mkdir -p "$final_path"
ynh_print_info --message="Configuring nginx web server..." ynh_print_info --message="Configuring nginx web server..."
# Create a dedicated nginx config # Create a dedicated nginx config
ynh_add_nginx_config "app" ynh_add_nginx_config
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER