From 37662e4d126d0f8f50d3a941b116e2a8d03abc27 Mon Sep 17 00:00:00 2001 From: "A. Schippers" Date: Fri, 8 May 2020 11:51:02 +0200 Subject: [PATCH] added idn2 for installation with web.py --- setup/web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web.sh b/setup/web.sh index d1fe6a32..2630f951 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -19,7 +19,7 @@ fi echo "Installing Nginx (web server)..." -apt_install nginx php-cli php-fpm +apt_install nginx php-cli php-fpm idn2 rm -f /etc/nginx/sites-enabled/default