From 322de1f407407f94ab718f921a827e9f670f6702 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 11 Apr 2023 10:34:18 -0400 Subject: [PATCH] Update nginxproxymanager-install.sh Python interpreter will include packages installed in the global site-packages directory. --- install/nginxproxymanager-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/nginxproxymanager-install.sh b/install/nginxproxymanager-install.sh index 61a78c4087..05194c8f90 100644 --- a/install/nginxproxymanager-install.sh +++ b/install/nginxproxymanager-install.sh @@ -186,6 +186,7 @@ root msg_info "Starting Services" sed -i -e 's/^pid/#pid/' -e 's/npmuser/root/' /usr/local/openresty/nginx/conf/nginx.conf +sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' /opt/certbot/pyvenv.cfg $STD systemctl enable --now openresty $STD systemctl enable --now npm msg_ok "Started Services"