From 9f1b81c4a3765b3d66e5ce6a4eb14bab7c4d7a87 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Thu, 3 Mar 2022 14:29:44 -0500 Subject: [PATCH] comment out lines that breaks nginx config file It doesn't seem to have any purpose. If someone knows the purpose feel free to update in a way that doesn't break the config --- debian/resources/nginx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/resources/nginx.sh b/debian/resources/nginx.sh index cf14a31..d12d013 100755 --- a/debian/resources/nginx.sh +++ b/debian/resources/nginx.sh @@ -68,9 +68,9 @@ ln -s /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/certs/nginx.crt rm /etc/nginx/sites-enabled/default #update config if LetsEncrypt folder is unwanted -if [ .$letsencrypt_folder = .false ]; then - sed -i '151,155d' /etc/nginx/sites-available/fusionpbx -fi +# if [ .$letsencrypt_folder = .false ]; then +# sed -i '151,155d' /etc/nginx/sites-available/fusionpbx +# fi #add the letsencrypt directory if [ .$letsencrypt_folder = .true ]; then