1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00

haha, time to get some rest

This commit is contained in:
jarod5001 2022-03-18 22:39:29 +01:00 committed by GitHub
parent 67d0620eaf
commit 33fff27cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,13 +127,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --time --weig
### `ynh_add_nginx_config` will use the file conf/nginx.conf
if [ $phpversion != "none" ]
then
cp ../conf/nginx{_with_php,}.conf
else
cp ../conf/nginx{_no_php,}.conf
fi
# Create a dedicated NGINX config
ynh_add_nginx_config