Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fa914bbdc |
+1
-1
@@ -44,7 +44,7 @@ ynh_config_add --template="default.env" --destination="$install_dir/.env"
|
|||||||
ynh_script_progression "Adding system configurations related to $app..."
|
ynh_script_progression "Adding system configurations related to $app..."
|
||||||
|
|
||||||
# Create a PHP-FPM config (with conf/extra_php-fpm.conf being appended to it)
|
# Create a PHP-FPM config (with conf/extra_php-fpm.conf being appended to it)
|
||||||
ynh_config_add_phpfpm
|
ynh_config_add_phpfpm --usage=medium
|
||||||
|
|
||||||
# Create a dedicated NGINX config using the conf/nginx.conf template
|
# Create a dedicated NGINX config using the conf/nginx.conf template
|
||||||
ynh_config_add_nginx
|
ynh_config_add_nginx
|
||||||
|
|||||||
+1
-1
@@ -53,7 +53,7 @@ ynh_config_add --template="default.env" --destination="$install_dir/.env"
|
|||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Upgrading system configurations related to $app..."
|
ynh_script_progression "Upgrading system configurations related to $app..."
|
||||||
|
|
||||||
ynh_config_add_phpfpm
|
ynh_config_add_phpfpm --usage=medium
|
||||||
|
|
||||||
ynh_config_add_nginx
|
ynh_config_add_nginx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user